diff options
author | mms <michal@sapka.me> | 2023-11-28 14:53:01 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2023-11-28 14:53:01 +0100 |
commit | 8272b0ce655fcb445fa4c8c106d1f38c32590ee5 (patch) | |
tree | d519eb3c709763be9132e5b8d72884295aaa9188 /static | |
parent | 42df9348260bcad4dabe7620e10c1055a855ca4d (diff) |
feat: aligh logo with content
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 3 |
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 { |