diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/website.css | 11 |
1 files changed, 8 insertions, 3 deletions
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; |