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 @@ -71,10 +71,6 @@ body .sectionevents {
7171
7272.sectionevents {
7373 position : relative ; /* pour que background reste relatif au bloc */
74- background-image : url (" ../../assets/svg/visu-agenda.svg" );
75- background-repeat : no-repeat ;
76- background-position : bottom 0 left 50px ; /* collé en bas, 50px depuis la gauche */
77- background-size : calc (100% - 100px ) auto ; /* largeur = 100% du bloc moins 50px de chaque côté */
7874
7975 & ::after {
8076 content : " " ;
@@ -87,6 +83,10 @@ body .sectionevents {
8783 background : url (" ../../assets/svg/frame-restez.svg" ) center / cover
8884 no-repeat ;
8985 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