From 59260c4f7a265f1ad4db9e0ee5e469132cdef094 Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Wed, 18 Feb 2026 17:03:06 -0500 Subject: minor: publishing from public with a Makefile instead of having everything at the toplevel --- public/resume.mobile.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 public/resume.mobile.css (limited to 'public/resume.mobile.css') diff --git a/public/resume.mobile.css b/public/resume.mobile.css new file mode 100644 index 0000000..016095b --- /dev/null +++ b/public/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; + } +} -- cgit v1.2.1