From 0f511bf2de70dc684d1deffb8ac74a47a49527f4 Mon Sep 17 00:00:00 2001 From: cowboykipnugget <524877@vistacollege.nl> Date: Wed, 19 Feb 2025 11:31:34 +0100 Subject: [PATCH] s --- website/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/style.css b/website/style.css index 8f38b77..044d53c 100644 --- a/website/style.css +++ b/website/style.css @@ -9,7 +9,7 @@ body { /* Top bar menu */ .menu-bar { - width: 100%; + width: 75%; background-color: #ffffff; padding: 10px 0; display: flex; @@ -17,7 +17,7 @@ body { justify-content: center; /* Center the menu items */ align-items: center; position: absolute; /* Initially position in the middle */ - top: 50%; + top: 60%; left: 50%; transform: translate(-50%, -50%); z-index: 1000; /* Ensure it is above other elements */ @@ -297,7 +297,8 @@ body { .logo { width: 100%; - max-width: 200px; + padding: 60px; + max-width: 400px; margin: 20px auto; display: block; transition: opacity 0.3s ease; /* Add transition for smooth hiding */