diff options
-rw-r--r-- | TODO.md | 1 | ||||
-rw-r--r-- | static/style.css | 7 |
2 files changed, 5 insertions, 3 deletions
@@ -8,6 +8,7 @@ [x] remove skweets widget [ ] make font smaller [x] fix blos.sm badge +[ ] fix update font [ ] localisation [ ] opengraph [ ] more badges 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; |