soulignement header
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
Reference in New Issue
Block a user