From 2d057a0cdf873ae76c7d57f163e3bd939c9308b7 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sat, 4 May 2024 15:41:17 -0400 Subject: new layout 5 --- css/website.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/website.css b/css/website.css index 2f19f75..1912fb3 100644 --- a/css/website.css +++ b/css/website.css @@ -124,13 +124,18 @@ body { } .header #left { - flex-grow: 2; + width: 100%; display: flex; align-items: start; + gap: 25px } .header #right { - flex-grow: 2; + width: 100%; +} + +.header #center { + text-wrap: nowrap; } /* Buttons */ @@ -140,7 +145,6 @@ body { display: flex; flex-direction: row; gap: 10px; - margin: 5px 5px; } .transparentButton @@ -154,6 +158,7 @@ body { .links { + margin: 5px 5px; flex-wrap: wrap; display: flex; gap: 25px; -- cgit v1.2.3