diff options
author | cyfraeviolae <cyfraeviolae> | 2022-08-24 17:06:03 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-08-24 17:06:03 -0400 |
commit | 4e490b497331a8cbe2d040a34b23894edd15acf1 (patch) | |
tree | 2f897aa623bc6f301d12d7e6e964a6153d143813 /static | |
parent | 25b0404a49f4cceb54ff67cdfcc832b54a6a979b (diff) |
pls fix
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 13 |
1 files changed, 9 insertions, 4 deletions
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; } |