enleve souligné li header nav

This commit is contained in:
Ouidade Soussi Chiadmi 2025-03-18 14:26:33 +01:00
parent 0f4c33010e
commit 563a43941b
2 changed files with 12 additions and 19 deletions

View File

@ -489,13 +489,6 @@ header .header_nav_container #block-quartiers-de-demain-entete ul li a {
font-size: 1rem;
}
}
header .header_nav_container #block-quartiers-de-demain-entete ul li:not(:last-of-type) ::after {
content: "";
display: block;
border-bottom: solid white 1px;
padding-bottom: 0.3rem;
width: 60%; /* Réduit la largeur du soulignement à 50% */
}
header .header_nav_container #block-quartiers-de-demain-selecteurdelangue {
width: fit-content;
margin: auto;

View File

@ -71,9 +71,9 @@ header{
}
#block-quartiers-de-demain-logorepu-2{
display: none;
@media(max-width: 891px){
@media(max-width: 891px){
height: $header-height-pad;
}
}
}
#block-quartiers-de-demain-logoepau-2{
display: none;
@ -235,17 +235,17 @@ header{
}
}
&:not(:last-of-type){
::after{
content: "";
display: block;
border-bottom: solid white 1px;
padding-bottom: 0.3rem;
width: 60%; /* Réduit la largeur du soulignement à 50% */
// margin: 0 auto; /* Centre le soulignement sous l'élément */
}
// &:not(:last-of-type){
// ::after{
// content: "";
// display: block;
// border-bottom: solid white 1px;
// padding-bottom: 0.3rem;
// width: 60%; /* Réduit la largeur du soulignement à 50% */
// // margin: 0 auto; /* Centre le soulignement sous l'élément */
// }
}
// }
}
}
@media(max-width: 660px){