From 6a6c0f1ba42befdca230dcec213f847c194ffa79 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 6 Apr 2023 13:13:30 +0200 Subject: [PATCH] =?UTF-8?q?Elemente=20links=20und=20rechts=20mehr=20zur=20?= =?UTF-8?q?Mitte=20ger=C3=BCckt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 4e5a2d4..fd21ad4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -14,6 +14,11 @@ body { font-size: 14px; color: black; overflow-x: hidden; + width: 100%; + display: flex; + flex-direction: column; + flex-wrap: wrap; + align-items: center; } .navbar { @@ -34,7 +39,8 @@ body { } .full { - width: 100vw; + width: 100%; + max-width: 1200px; height: 100vh; display: flex; flex-direction: row;