From 30fcceb3510b1242ed28881ca7f9e591abac5274 Mon Sep 17 00:00:00 2001 From: Philipp Matthias Schaefer Date: Sun, 28 Feb 2021 21:46:21 +0100 Subject: [PATCH] style: center nav element This broke, when all children of body got a width of 720px. Now, they have a max-width of 720px. --- src/static/webldappasswd.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/webldappasswd.css b/src/static/webldappasswd.css index 452c173..77bf527 100644 --- a/src/static/webldappasswd.css +++ b/src/static/webldappasswd.css @@ -32,7 +32,7 @@ body { } body * { - width: 720px; + max-width: 720px; } h1 {