diff options
Diffstat (limited to '')
| -rw-r--r-- | static/style.css | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/static/style.css b/static/style.css index 0a56507..995b2f3 100644 --- a/static/style.css +++ b/static/style.css @@ -47,7 +47,7 @@ body { body { background-color: #80a7e3; color: #311f20; - font-family: 'Go Mono'; + font-family: 'Redaction'; padding: 0; margin: 0; font-size: 16px; @@ -67,7 +67,7 @@ body { h2 { font-size: 2em; - font-family: PicNic; + font-family: Redaction_35; } a { @@ -138,6 +138,18 @@ nav { padding: 0; } +.home-feed-footer { + display: flex; + align-items: center; + justify-content: center; + gap: 4vw; +} + +.home-feed-footer .panel { + background-color: #5faf87; + text-align: center; +} + #suscakke { margin: 0; padding: 0; @@ -232,7 +244,7 @@ footer { word-break: keep-all; z-index: 10; display: inline-block; - font-family: 'kaeru kaeru'; + font-family: Redaction_50; font-size: 2em; margin: 0; padding: min(3vw, 75px) min(4vw, 100px); @@ -403,7 +415,6 @@ iframe { /* blog */ .blogpost { - font-family: Sligoil; max-width: 900px; } @@ -423,7 +434,7 @@ iframe { } .blogpost .title { - font-family: 'kaeru kaeru'; + font-family: Redaction_50; font-size: 4em; margin: 0.5em 0 0; } @@ -474,7 +485,7 @@ iframe { .poem .title { font-family: 'Louise'; - font-size: 4em; + font-size: 1.75em; margin: 0.5em 0 0; } |
