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

@@ -17,10 +17,6 @@
#logo {
height: 56px;
font-family: "Montserrat", sans-serif;
font-weight: 700;
color: variables.$clr_logo;
@include mixins.header_overflow2 {
height: 36px;
@@ -54,6 +50,20 @@
.menu {
display: none;
filter: invert(1);
height: 56px;
width: auto;
img {
height: 56px;
width: auto;
}
@include mixins.header_overflow2 {
img {
height: 36px;
}
height: 36px;
}
@include mixins.header_overflow {
display: block;