Rajout section places limitées

This commit is contained in:
louiseh 2024-03-27 13:14:45 +01:00
parent 2ba478eb23
commit 08998040c4

View file

@ -205,14 +205,20 @@ section:nth-child(3) {
section:nth-child(4) {
background-color: #fbfbfb;
background-image: url(../img/theme/paint/paint-magenta.svg), url(../img/theme/elements/cocon_sortie.svg);
background-image: url(../img/theme/paint/paint-pink.svg), url(../img/theme/elements/cocon_sortie.svg);
background-repeat: no-repeat;
background-size:auto, 60%;
background-position: 0% 100%, center left;
}
section:nth-child(5) {
background-color: #fbfbfb;
background-image: url(../img/theme/paint/paint-magenta.svg);
background-repeat: no-repeat;
background-size: auto;
background-position:0% 100%;
}
section:nth-child(6) {
background-color: #fbfbfb;
background-image: url(../img/theme/paint/paint-violet.svg), url(../img/theme/elements/early_papillon.svg);
background-repeat: no-repeat;
@ -220,7 +226,7 @@ section:nth-child(5) {
background-position: 0% 100%, center right;
}
section:nth-child(6) {
section:nth-child(7) {
background-color: #fbfbfb;
background-image: url(../img/theme/elements/papillon.svg);
background-repeat: no-repeat;
@ -443,6 +449,24 @@ section p a:active {
}
/*--------------------------------------------------------*/
/* LISTS
/*--------------------------------------------------------*/
#limited {
font-size: 1.2rem;
margin-left: 0;
padding-left: 60px;
}
/* Média query pour les écrans de petite taille */
@media screen and (max-width: 1000px) {
.limited {
margin-left: 0;
padding-left: 20px;
}
}
/*--------------------------------------------------------*/
/* CALENDARS
/*--------------------------------------------------------*/