diff options
author | cel 🌸 <cel@blos.sm> | 2024-02-06 20:25:15 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-02-06 20:25:15 +0000 |
commit | b046662fc579697b192be38eb0afe6d66f801eb2 (patch) | |
tree | 622b32d88b85c4cef4529e1353b05375de929f4c /static | |
parent | d43c6da12fe82e1aceda0482ce767ba972aa53f8 (diff) | |
download | blossom-b046662fc579697b192be38eb0afe6d66f801eb2.tar.gz blossom-b046662fc579697b192be38eb0afe6d66f801eb2.tar.bz2 blossom-b046662fc579697b192be38eb0afe6d66f801eb2.zip |
styling changes
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css index dfc3bc9..df6921d 100644 --- a/static/style.css +++ b/static/style.css @@ -50,7 +50,7 @@ body { font-family: 'Go Mono'; padding: 0; margin: 0; - font-size: 14pt; + font-size: 16px; display: flex; flex-direction: column; align-items: center; @@ -60,7 +60,7 @@ body { /* padding: 6vw; */ padding: 4vw; gap: 4vw; - max-width: 2000px; + max-width: 1750px; display: flex; flex-direction: column; } @@ -197,6 +197,7 @@ aside { footer { display: flex; align-items: center; + justify-content: center; z-index: -1; flex-wrap: wrap; background-color: #e8d2c5; @@ -205,7 +206,7 @@ footer { .badge, .badge * { height: 31px; - min-width: 88px; + width: 88px; padding: 0; border-radius: 0; border: 0; |