From b046662fc579697b192be38eb0afe6d66f801eb2 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 6 Feb 2024 20:25:15 +0000 Subject: styling changes --- static/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'static') 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; -- cgit