summaryrefslogtreecommitdiff
path: root/resume.mobile.css
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2026-02-18 17:03:06 -0500
committerMatt Kosarek <matt.kosarek@canonical.com>2026-02-18 17:03:06 -0500
commit59260c4f7a265f1ad4db9e0ee5e469132cdef094 (patch)
tree588cf415f8b819a30090b085d9e32b42836d73ca /resume.mobile.css
parent2ef049102f6824a6ab6ae99ee87c115f7608707e (diff)
minor: publishing from public with a Makefile instead of having everything at the toplevel
Diffstat (limited to 'resume.mobile.css')
-rw-r--r--resume.mobile.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/resume.mobile.css b/resume.mobile.css
deleted file mode 100644
index 016095b..0000000
--- a/resume.mobile.css
+++ /dev/null
@@ -1,25 +0,0 @@
-@media (max-width: 767.98px) {
- #resume {
- font-size: 12px;
- }
-
- #resume_container {
- flex-direction: column;
- }
-
- #resume_header {
- flex-direction: row;
- }
-
- #resume_sidebar {
- width: 100%;
- }
-
- .skills_table_container {
- width: 100%;
- justify-content: space-evenly;
- display: flex;
- flex-direction: row;
- column-gap: 4px;
- }
-}