From 2b5bfb4d20581ae6931416b30265195d83dd1ac8 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Thu, 25 Apr 2024 15:13:25 +0200 Subject: fix: Some small UI tweaks This will make the navbar look better on higher resolution screen. --- static/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'static') diff --git a/static/index.html b/static/index.html index 266aff6..40b1ead 100644 --- a/static/index.html +++ b/static/index.html @@ -35,7 +35,6 @@ header { margin-bottom: 1em; background: #0062cc; padding: .75em; - max-width: 960px; } nav { @@ -108,7 +107,7 @@ a { } main { - width: 50%; + width: 60%; margin: 0 auto; } -- cgit v1.2.3