aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-02-06 20:25:15 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2024-02-06 20:25:15 +0000
commitb046662fc579697b192be38eb0afe6d66f801eb2 (patch)
tree622b32d88b85c4cef4529e1353b05375de929f4c
parentd43c6da12fe82e1aceda0482ce767ba972aa53f8 (diff)
downloadblossom-b046662fc579697b192be38eb0afe6d66f801eb2.tar.gz
blossom-b046662fc579697b192be38eb0afe6d66f801eb2.tar.bz2
blossom-b046662fc579697b192be38eb0afe6d66f801eb2.zip
styling changes
Diffstat (limited to '')
-rw-r--r--TODO.md1
-rw-r--r--static/style.css7
2 files changed, 5 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 39096d9..f5b03ac 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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;