changed responsivnes

This commit is contained in:
2026-05-09 07:52:30 +02:00
parent 925b0fb850
commit 194b55fff4
3 changed files with 54 additions and 21 deletions
+13 -1
View File
@@ -15,6 +15,7 @@
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 10;
}
#navbar-mobile.inactive {
@@ -95,7 +96,7 @@
.navbar-item-mobile {
width: 100%;
height: 80px;
height: 60px;
list-style: none;
display: flex;
align-items: center;
@@ -115,4 +116,15 @@
justify-content: center;
align-items: center;
padding: 10px;
}
.mobile-config {
display: flex;
flex-direction: column;
align-items: center;
margin-top: auto;
margin-bottom: 20px;
gap: 20px;
height: fit-content;
width: fit-content;
}