From 8272b0ce655fcb445fa4c8c106d1f38c32590ee5 Mon Sep 17 00:00:00 2001 From: mms Date: Tue, 28 Nov 2023 14:53:01 +0100 Subject: feat: aligh logo with content --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'static') 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 { -- cgit v1.2.3