mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 21:36:27 +01:00
s
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user