Hamburger button height fix

This commit is contained in:
Ferit Yiğit BALABAN
2022-06-30 19:53:31 +03:00
parent 994311ae38
commit 647cf38428
2 changed files with 28 additions and 7 deletions

View File

@@ -56,9 +56,6 @@
}
#header #logo {
height: 56px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
color: #FDFFFF;
}
@media screen and (max-width: 850px) {
#header #logo {
@@ -89,6 +86,20 @@
#header .menu {
display: none;
filter: invert(1);
height: 56px;
width: auto;
}
#header .menu img {
height: 56px;
width: auto;
}
@media screen and (max-width: 850px) {
#header .menu {
height: 36px;
}
#header .menu img {
height: 36px;
}
}
@media screen and (max-width: 1200px) {
#header .menu {