From 7bbd2942e30888126e2d55adb26e93c499d85e87 Mon Sep 17 00:00:00 2001 From: gr00tie Date: Tue, 14 Nov 2023 12:58:31 +0100 Subject: [PATCH] Update topnav.css --- includes/topnav.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/includes/topnav.css b/includes/topnav.css index f15e85b..1911b15 100644 --- a/includes/topnav.css +++ b/includes/topnav.css @@ -3,6 +3,13 @@ overflow: hidden; background-color: #0f0f0f; position: relative; + max-width: 1200px; + min-width: 800px; + margin: 5px auto; + padding: 10px; + border: 1px solid rgb(255, 255, 255); + border-radius: 10px; + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); } /* Hide the links inside the navigation menu (except for logo/home) */ @@ -39,4 +46,4 @@ .active { background-color: #0f0f0f; color: #e69109; - } \ No newline at end of file + }