diff options
Diffstat (limited to 'resources/public/main.css')
-rw-r--r-- | resources/public/main.css | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/resources/public/main.css b/resources/public/main.css index 3911cd9..aeb8b95 100644 --- a/resources/public/main.css +++ b/resources/public/main.css @@ -1,5 +1,5 @@ @font-face { - /* https://indestructibletype.com/Jost.html */ + /* https://indestructibletype.com/Jost.html */ font-family: Jost; src: url('/Jost-400-Book.otf'); } @@ -9,17 +9,19 @@ html, body { font-family: Jost; } +body { + padding: 0em 1.5em; +} + #title-container { padding-top: 4em; padding-bottom: 0.5em; } -#container { - padding: 0em 1.5em; -} #posts { min-height: 400px; } + #logo { height: 90px; } @@ -38,9 +40,6 @@ h1 { font-size: 4em; display: inline; padding-left: 0.1em; -} - -h1 { color: black; } @@ -70,9 +69,6 @@ a, a code { color: #ff3300; } -p, li, span { -} - #footer { color: #666; text-align: right; |