Hamburger button height fix
This commit is contained in:
@@ -17,10 +17,6 @@
|
|||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
height: 56px;
|
height: 56px;
|
||||||
font-family: "Montserrat", sans-serif;
|
|
||||||
font-weight: 700;
|
|
||||||
|
|
||||||
color: variables.$clr_logo;
|
|
||||||
|
|
||||||
@include mixins.header_overflow2 {
|
@include mixins.header_overflow2 {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
@@ -54,6 +50,20 @@
|
|||||||
.menu {
|
.menu {
|
||||||
display: none;
|
display: none;
|
||||||
filter: invert(1);
|
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 {
|
@include mixins.header_overflow {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
@@ -56,9 +56,6 @@
|
|||||||
}
|
}
|
||||||
#header #logo {
|
#header #logo {
|
||||||
height: 56px;
|
height: 56px;
|
||||||
font-family: "Montserrat", sans-serif;
|
|
||||||
font-weight: 700;
|
|
||||||
color: #FDFFFF;
|
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 850px) {
|
@media screen and (max-width: 850px) {
|
||||||
#header #logo {
|
#header #logo {
|
||||||
@@ -89,6 +86,20 @@
|
|||||||
#header .menu {
|
#header .menu {
|
||||||
display: none;
|
display: none;
|
||||||
filter: invert(1);
|
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) {
|
@media screen and (max-width: 1200px) {
|
||||||
#header .menu {
|
#header .menu {
|
||||||
|
|||||||
Reference in New Issue
Block a user