navigation buttons fix

This commit is contained in:
2026-03-20 12:53:32 +01:00
parent 8e034f30ef
commit f2f36ec989
3 changed files with 71 additions and 30 deletions

View File

@@ -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;
}