File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments