bug css header chrome
This commit is contained in:
parent
9ad2176a66
commit
73c33f640a
|
@ -455,7 +455,7 @@ header .header:hover + .header_nav_container {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.header--collapsed .header_left_container {
|
.header--collapsed .header_left_container {
|
||||||
flex: 0 0 60%;
|
flex: 0 0 61%;
|
||||||
transform-origin: bottom right;
|
transform-origin: bottom right;
|
||||||
}
|
}
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 810px) {
|
||||||
|
|
|
@ -201,7 +201,7 @@ header{
|
||||||
height: 170px;
|
height: 170px;
|
||||||
}
|
}
|
||||||
.header_left_container{
|
.header_left_container{
|
||||||
flex: 0 0 60%;
|
flex: 0 0 61%;
|
||||||
transform-origin: bottom right;
|
transform-origin: bottom right;
|
||||||
@media(max-width: 810px){
|
@media(max-width: 810px){
|
||||||
flex: 1 0 100%;
|
flex: 1 0 100%;
|
||||||
|
|
Loading…
Reference in New Issue