taille header

This commit is contained in:
ouidade 2024-09-20 23:11:10 +02:00
parent 99d05401b8
commit 84dc05e43a
2 changed files with 3 additions and 8 deletions

View File

@ -404,11 +404,6 @@ header .header_nav_container #block-quartiers-de-demain-entete ul {
padding-right: 1rem;
margin: 0;
}
@media (max-width: 1200px) {
header .header_nav_container #block-quartiers-de-demain-entete ul {
top: 0;
}
}
@media (max-width: 810px) {
header .header_nav_container #block-quartiers-de-demain-entete ul {
top: 40px;

View File

@ -139,9 +139,9 @@ header{
padding-left: 1rem;
padding-right: 1rem;
margin: 0;
@media(max-width: 1200px){
top:0;
}
// @media(max-width: 1200px){
// top:0;
// }
@media(max-width: 810px){
top: calc($header-height-pad / 4 );
align-items: center;