ajustement css header mobile

This commit is contained in:
Ouidade Soussi Chiadmi 2025-03-03 12:09:21 +01:00
parent c24e9b296c
commit f218e340f1
2 changed files with 2 additions and 2 deletions

View File

@ -605,7 +605,7 @@ header .header:hover + .header_nav_container {
flex: 1 0 100%; flex: 1 0 100%;
position: relative; position: relative;
left: -100%; left: -100%;
top: -45px; top: -75px;
} }
} }

View File

@ -341,7 +341,7 @@ header{
flex: 1 0 100%; flex: 1 0 100%;
position: relative; position: relative;
left: -100%; left: -100%;
top: -45px; top: -75px;
} }
} }