bug css header chrome

This commit is contained in:
ouidade 2024-07-19 15:46:51 +02:00
parent 9ad2176a66
commit 73c33f640a
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

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