From c9c4836054d86b00a5d5250dddf233ec61936689 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Wed, 20 Dec 2023 18:05:09 -0500 Subject: Simplify CSS --- static/main.css | 3 +-- static/resume.css | 30 +++--------------------------- templates/site | 2 +- 3 files changed, 5 insertions(+), 30 deletions(-) diff --git a/static/main.css b/static/main.css index 18bebbc..347a756 100644 --- a/static/main.css +++ b/static/main.css @@ -103,7 +103,6 @@ iframe { } .longboi { word-wrap: break-word; - - font-size: 65%; + font-size: 50%; } } diff --git a/static/resume.css b/static/resume.css index b1ff032..1d0ba12 100644 --- a/static/resume.css +++ b/static/resume.css @@ -94,35 +94,11 @@ iframe { } @media screen and (max-device-width: 480px) { - h1 { - font-size: 150%; - } - h2 { - font-size: 125%; - text-align: center; - } - h3 { - font-size: 100%; - text-align: center; - } - h4 { - font-size: 70%; - } - body { - max-width: 100%; - font-size: 100%; - } .license { font-size: 0; } - p { - margin-top: 5%; - margin-bottom: 5%; - } - code.longboi { - font-size: 65%; - } - .content { - text-align: left; + .longboi { + word-wrap: break-word; + font-size: 50%; } } diff --git a/templates/site b/templates/site index 1d47e5c..a46710b 160000 --- a/templates/site +++ b/templates/site @@ -1 +1 @@ -Subproject commit 1d47e5c7b01770b76f87b17518e276e656d71156 +Subproject commit a46710b07f86ce391222c1f07fc5de857e4fe538 -- cgit v1.2.3