summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authormms <michal@sapka.me>2023-11-28 14:53:01 +0100
committermms <michal@sapka.me>2023-11-28 14:53:01 +0100
commit8272b0ce655fcb445fa4c8c106d1f38c32590ee5 (patch)
treed519eb3c709763be9132e5b8d72884295aaa9188 /static
parent42df9348260bcad4dabe7620e10c1055a855ca4d (diff)
feat: aligh logo with content
Diffstat (limited to 'static')
-rw-r--r--static/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index f6f9fb0..37d5978 100644
--- a/static/style.css
+++ b/static/style.css
@@ -89,6 +89,9 @@ header {
justify-content: normal;
align-items: normal;
align-content: normal;
+ max-width: 95%;
+ margin-left: auto;
+ margin-right: auto;
}
header > .logo {