summaryrefslogtreecommitdiff
path: root/resume.css
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2021-11-24 21:08:53 -0500
committermattkae <mattkae@protonmail.com>2021-11-24 21:08:53 -0500
commitb6ecb0485ebbd1bd1512cc6a087c403ad67683f0 (patch)
treef73ae28c37e7589244385cf4d91cf4e8efb02a10 /resume.css
parentac9c187740797c5f8105b052bc057d274edc4be1 (diff)
(mkosarek) Fixed up a bunch of styling, add new links, and made it a light theme
Diffstat (limited to 'resume.css')
-rwxr-xr-xresume.css7
1 files changed, 3 insertions, 4 deletions
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;