diff options
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 { |