background responsive

This commit is contained in:
louiseh 2024-02-29 19:40:23 +01:00
parent 5acafb87f8
commit 6147691f87

View file

@ -191,13 +191,15 @@ section:nth-child(2) {
background-color: #fbfbfb;
background-image: url(../img/theme/paint/paint-yellow.svg) , url(../img/theme/elements/chenille.svg);
background-repeat: no-repeat;
background-size:auto, 50%;
background-position: 0% 100%, 0% 0%;
}
section:nth-child(3) {
background-color: #fbfbfb;
background-image: url(../img/theme/paint/paint-orange.svg), url(../img/theme/elements/cocon.svg) /*url(../img/theme/elements/bouche.svg)*/;
background-image: url(../img/theme/paint/paint-orange.svg), url(../img/theme/elements/cocon.svg);
background-repeat: no-repeat;
background-size:auto, 50%;
background-position: 0% 100%, top right;
}
@ -205,6 +207,7 @@ section:nth-child(4) {
background-color: #fbfbfb;
background-image: url(../img/theme/paint/paint-magenta.svg), url(../img/theme/elements/cocon_sortie.svg);
background-repeat: no-repeat;
background-size:auto, 50%;
background-position: 0% 100%, center left;
}
@ -213,6 +216,7 @@ section:nth-child(5) {
background-color: #fbfbfb;
background-image: url(../img/theme/paint/paint-violet.svg), url(../img/theme/elements/early_papillon.svg);
background-repeat: no-repeat;
background-size:auto, 50%;
background-position: 0% 100%, center right;
}
@ -220,6 +224,7 @@ section:nth-child(6) {
background-color: #fbfbfb;
background-image: url(../img/theme/elements/papillon.svg);
background-repeat: no-repeat;
background-size: 50%;
background-position: top left;
}