From 7c1f18072cc88e796a7decf62e95ddc4384df46b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Z=C3=A1ri=C5=A1?= Date: Thu, 6 Jun 2024 09:44:10 +0200 Subject: [PATCH] T est2 --- assets/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index ab8c0aa..fbd928c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -36,7 +36,7 @@ header nav { text-align: center; } -header nav > *, header nav > .dropdown > *, header nav > .dropdown > .dropdown-content > * { +header nav > * { display: flex; align-items: center; flex-direction: row; @@ -44,9 +44,12 @@ header nav > *, header nav > .dropdown > *, header nav > .dropdown > .dropdown-c padding: 0; justify-content: center; width: 100%; - color: #dfd07a; - text-decoration: none; margin: 0 10px; +} + +header nav > *, header nav > .dropdown > *, header nav > .dropdown > .dropdown-content > * { + color: #dfd07a !important; + text-decoration: none; white-space: nowrap; width: fit-content; }