summaryrefslogtreecommitdiff
path: root/src/styles/resume.mobile.css
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2026-03-11 17:49:05 -0400
committerMatt Kosarek <matt.kosarek@canonical.com>2026-03-11 17:49:05 -0400
commit77b0f69d0c6e555349dd491d7ca209924d119e61 (patch)
tree095cf20002f5df752c04c20af4366588bd7ba32b /src/styles/resume.mobile.css
parentc929a29c728c6799a3f83f5ad5c1c6f99ed516d4 (diff)
Migrate to astroHEADmaster
Diffstat (limited to 'src/styles/resume.mobile.css')
-rw-r--r--src/styles/resume.mobile.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/styles/resume.mobile.css b/src/styles/resume.mobile.css
new file mode 100644
index 0000000..016095b
--- /dev/null
+++ b/src/styles/resume.mobile.css
@@ -0,0 +1,25 @@
+@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;
+ }
+}