diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-05-22 10:11:16 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-05-22 10:11:16 -0400 |
commit | 11ad43675ff067cc808f79148eff4db286a9a913 (patch) | |
tree | 0973af76d9eb4da2914c59396525694932adacc9 /resources/public | |
parent | dbd5c38bc75b59537b9f36f1dec743cef8aed217 (diff) |
unify not found response
Diffstat (limited to 'resources/public')
-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; |