navigation buttons fix
This commit is contained in:
@@ -741,18 +741,6 @@ body {
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.top-banner {
|
||||
flex-direction: column;
|
||||
gap: 15px;
|
||||
text-align: center;
|
||||
padding: 15px 20px;
|
||||
}
|
||||
|
||||
.banner-left {
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.form-container {
|
||||
padding: 25px;
|
||||
}
|
||||
@@ -1215,15 +1203,20 @@ body {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.top-banner-center {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hamburger-btn {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#cursorToggle {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.top-banner {
|
||||
flex-direction: row !important;
|
||||
justify-content: space-between;
|
||||
height: 70px;
|
||||
padding: 5px 15px;
|
||||
@@ -1234,8 +1227,15 @@ body {
|
||||
padding: 5px 12px;
|
||||
}
|
||||
|
||||
.top-banner-left {
|
||||
flex: unset;
|
||||
}
|
||||
|
||||
.top-banner-right {
|
||||
flex: unset;
|
||||
}
|
||||
|
||||
.banner-left {
|
||||
flex: 1;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user