soulignement header

This commit is contained in:
2024-10-31 00:57:11 +01:00
parent 0485d1476c
commit cab86fcb11
5 changed files with 106 additions and 62 deletions

File diff suppressed because one or more lines are too long

View File

@@ -436,6 +436,7 @@ header .header_nav_container #block-quartiers-de-demain-entete ul li:not(:last-o
display: block;
border-bottom: solid white 1px;
padding-bottom: 0.3rem;
width: 60%; /* Réduit la largeur du soulignement à 50% */
}
header .header_nav_container.hidden {
transform: translateX(30%);
@@ -1654,6 +1655,7 @@ body {
justify-content: center;
align-items: center;
z-index: 999;
flex-direction: column;
}
.lightbox img {
@@ -1661,6 +1663,15 @@ body {
max-height: 80%;
}
#lightbox .caption {
color: white;
font-size: 1rem;
text-align: center;
margin-top: 10px;
max-width: 90%;
margin: 10px auto;
}
.lightbox .close {
position: absolute;
top: 20px;