From f1d6b4ae669077fe8f485fc80e7271c63b248b06 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Mon, 28 Feb 2022 20:10:23 -0500 Subject: styles --- static/styles.css | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index d6a60b1..0611626 100644 --- a/static/styles.css +++ b/static/styles.css @@ -39,9 +39,7 @@ body { } .container { - margin: 0 auto; text-align: left; - display: inline-block; margin: 1em; min-width: 40%; } @@ -53,6 +51,7 @@ body { box-shadow: 4px 4px 0px DarkSlateGrey; padding: 2em; max-width: 40em; + margin: 0 auto; } } @@ -76,31 +75,34 @@ a:hover { color: #dd1b26; } -.header { +.title { font-style: italic; -} - -.top-title { font-size: x-large; font-weight: bold; letter-spacing: -1px; } +.work-title { + letter-spacing: -1px; +} + .home { font-style: italic; - font-size: 18px; - letter-spacing: -1.2px; + font-size: 20px; + letter-spacing: -1px; } -.home-link { +.crumbs { + font-size: small; + padding-left: 2em; } -.title { +.home-title { font-weight: bold; text-transform: uppercase; } .sep { - margin-left: 6px; - margin-right: 6px; + margin-left: 3px; + margin-right: 3px; } -- cgit v1.2.3