changed responsivnes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user