diff options
| author | Matt Kosarek <matt.kosarek@canonical.com> | 2026-03-11 17:49:05 -0400 |
|---|---|---|
| committer | Matt Kosarek <matt.kosarek@canonical.com> | 2026-03-11 17:49:05 -0400 |
| commit | 77b0f69d0c6e555349dd491d7ca209924d119e61 (patch) | |
| tree | 095cf20002f5df752c04c20af4366588bd7ba32b /public/resume.mobile.css | |
| parent | c929a29c728c6799a3f83f5ad5c1c6f99ed516d4 (diff) | |
Diffstat (limited to 'public/resume.mobile.css')
| -rw-r--r-- | public/resume.mobile.css | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/public/resume.mobile.css b/public/resume.mobile.css deleted file mode 100644 index 016095b..0000000 --- a/public/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; - } -} |
