width header pour pb click carte

This commit is contained in:
2024-10-08 22:00:01 +02:00
parent 55c74b64b3
commit bd2f2668f7
2 changed files with 8 additions and 8 deletions

View File

@@ -211,7 +211,7 @@ header{
/* Taille définitive du header après l'animation */
.header--collapsed {
height: $header-height; /* Ou la hauteur que vous souhaitez pour votre header */
width: 45%;
width: 35%;
transform-origin: bottom right;
transition: all 1s ease-in-out;
@media(max-width: 1090px) {
@@ -225,7 +225,7 @@ header{
height: 170px;
}
.header_left_container{
flex: 0 0 50%;
flex: 0 0 70%;
transform-origin: bottom right;
@media(max-width: 810px){
flex: 1 0 100%;
@@ -244,7 +244,7 @@ header{
}
.header--collapsed-already{
height: $header-height; /* Ou la hauteur que vous souhaitez pour votre header */
width: 45%;
width: 35%;
transform-origin: bottom right;
transition: all 0s ease-in-out;
.qdd-header{
@@ -255,7 +255,7 @@ header{
height: 170px;
}
.header_left_container{
flex: 0 0 50%;
flex: 0 0 70%;
transform-origin: bottom right;
@media(max-width: 810px){
flex: 1 0 100%;