Skip to content

Commit 5c96600

Browse files
committed
Theme Farciennes - HP
1 parent af23715 commit 5c96600

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

farciennes/src/scss/agenda.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ body .sectionevents {
4949
background-color: #fff;
5050
border-radius: 30px;
5151
z-index: -1;
52+
background-image: url("../../assets/svg/visu-agenda.svg");
53+
background-repeat: no-repeat;
54+
background-position: bottom 0 left 50px; /* collé en bas, 50px depuis la gauche */
55+
background-size: calc(15% - 100px) auto; /* largeur = 100% du bloc moins 50px de chaque côté */
5256
}
5357

5458
// .sectionevents::after {
@@ -83,10 +87,6 @@ body .sectionevents {
8387
background: url("../../assets/svg/frame-restez.svg") center / cover
8488
no-repeat;
8589
z-index: -2;
86-
background-image: url("../../assets/svg/visu-agenda.svg");
87-
background-repeat: no-repeat;
88-
background-position: bottom 0 left 50px; /* collé en bas, 50px depuis la gauche */
89-
background-size: calc(15% - 100px) auto; /* largeur = 100% du bloc moins 50px de chaque côté */
9090
}
9191

9292
@media (max-width: 768px) {

0 commit comments

Comments
 (0)