This commit is contained in:
cowboykipnugget
2025-02-19 11:31:34 +01:00
parent 2fcbc3d2b5
commit 0f511bf2de

View File

@@ -9,7 +9,7 @@ body {
/* Top bar menu */ /* Top bar menu */
.menu-bar { .menu-bar {
width: 100%; width: 75%;
background-color: #ffffff; background-color: #ffffff;
padding: 10px 0; padding: 10px 0;
display: flex; display: flex;
@@ -17,7 +17,7 @@ body {
justify-content: center; /* Center the menu items */ justify-content: center; /* Center the menu items */
align-items: center; align-items: center;
position: absolute; /* Initially position in the middle */ position: absolute; /* Initially position in the middle */
top: 50%; top: 60%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
z-index: 1000; /* Ensure it is above other elements */ z-index: 1000; /* Ensure it is above other elements */
@@ -297,7 +297,8 @@ body {
.logo { .logo {
width: 100%; width: 100%;
max-width: 200px; padding: 60px;
max-width: 400px;
margin: 20px auto; margin: 20px auto;
display: block; display: block;
transition: opacity 0.3s ease; /* Add transition for smooth hiding */ transition: opacity 0.3s ease; /* Add transition for smooth hiding */