update top bar and middle group display
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2025-02-23 06:57:38 +07:00
parent 497990b90f
commit 89d35aa3e6
2 changed files with 6 additions and 4 deletions

View file

@ -264,11 +264,14 @@
.topbar-group {
display: flex;
justify-content: space-between;
width: 80vw;
max-width: 35cm;
}
/* For tablet screens */
@media only screen and (max-width: 1366px) {
.middle.large {width: 90vw;}
.middle.large {width: 95vw;}
.topbar-group {width: 95vw;}
}
/* For phone screens */