From 4e490b497331a8cbe2d040a34b23894edd15acf1 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 24 Aug 2022 17:06:03 -0400 Subject: pls fix --- static/styles.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index e0ffbc1..a3c5eac 100644 --- a/static/styles.css +++ b/static/styles.css @@ -94,7 +94,7 @@ a:hover { .title { font-style: italic; - font-size: x-large; + font-size: 180%; font-weight: bold; color: #dd1b26; } @@ -102,14 +102,18 @@ a:hover { .subtitle { font-weight: bold; font-size: large; - margin-bottom: -5px; + margin-bottom: -.3em; } .category { font-size: large; font-style: italic; - margin-bottom: -5px; - margin-top: 25px; + margin-bottom: -.3em; + margin-top: 1.3em; +} + +.work { + margin-left: 1em; } .work-title { @@ -117,6 +121,7 @@ a:hover { } .contact { + margin-top: .5em; font-style: italic; font-size: small; } -- cgit v1.2.3