mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 13:26:27 +01:00
Update menu bar width for improved layout consistency
This commit is contained in:
@@ -9,7 +9,7 @@ body {
|
||||
|
||||
/* Top bar menu */
|
||||
.menu-bar {
|
||||
width: 75%;
|
||||
width: 75%; /* Use 75% of the screen width on the first page */
|
||||
background-color: #ffffff;
|
||||
padding: 10px 0;
|
||||
display: flex;
|
||||
@@ -25,6 +25,7 @@ body {
|
||||
}
|
||||
|
||||
.menu-bar.top {
|
||||
width: 100%; /* Use 100% of the screen width when at the top */
|
||||
position: fixed; /* Fix the top bar to the top */
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user