From b6ecb0485ebbd1bd1512cc6a087c403ad67683f0 Mon Sep 17 00:00:00 2001 From: mattkae Date: Wed, 24 Nov 2021 21:08:53 -0500 Subject: (mkosarek) Fixed up a bunch of styling, add new links, and made it a light theme --- resume.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'resume.css') diff --git a/resume.css b/resume.css index d580d80..6d0e45f 100755 --- a/resume.css +++ b/resume.css @@ -1,6 +1,5 @@ body { font-size: 14px !important; - width: 100%; } header { @@ -16,20 +15,19 @@ header { } #resume { - width: 80%; position: relative; text-align: left; background-color: white; border-radius: 2px; color: black; - padding: 2rem; font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important; line-height: 1.2rem; + padding-bottom: 1rem; } #resume_button_container { position: absolute; - top: 1rem; + top: 0; right: 1rem; text-align: right; @@ -49,6 +47,7 @@ header { position: fixed; top: 0; left: 0; + padding: 2rem; width: calc(100vw - 4rem); height: calc(100vh - 4rem); overflow: auto; -- cgit v1.2.1