From c9c4836054d86b00a5d5250dddf233ec61936689 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Wed, 20 Dec 2023 18:05:09 -0500 Subject: Simplify CSS --- static/resume.css | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) (limited to 'static/resume.css') 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%; } } -- cgit v1.2.3