From 3443bfceea50a62209ee2ed6db2a82270348596d Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Wed, 28 Jul 2021 18:27:09 +0200 Subject: [PATCH] Center navigation labels --- static/css/general.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/general.css b/static/css/general.css index 73bcbec..966c9dc 100644 --- a/static/css/general.css +++ b/static/css/general.css @@ -27,6 +27,7 @@ header, footer { display: block; border: 1px solid white; border-collapse: collapse; + text-align: center; flex-basis: 0; flex-grow: 1; min-width: fit-content;