This commit is contained in:
2022-03-10 14:23:33 +01:00
parent 939488eb50
commit 3e975cafa1
2 changed files with 4 additions and 5 deletions
@@ -403,13 +403,12 @@ a {
.path-frontpage .block-region-content .block-config-pages-block {
grid-area: presentation;
width: 100%;
height: 68vh;
height: 78vh;
background: url("../images/pictos/rosace_coupee.svg");
background-position-y: top;
background-position-x: center;
background-repeat: no-repeat;
background-size: cover;
padding-bottom: 3rem; }
background-size: cover; }
@media (max-width: 428px) {
.path-frontpage .block-region-content .block-config-pages-block {
height: 66vh;
+2 -2
View File
@@ -19,14 +19,14 @@
.block-config-pages-block{
grid-area: presentation;
width: 100%;
height: 68vh;
height: 78vh;
background: url("../images/pictos/rosace_coupee.svg");
// background: url("../images/carre_site.mp4");
background-position-y: top;
background-position-x: center;
background-repeat: no-repeat;
background-size: cover;
padding-bottom: 3rem;
// padding-bottom: 3rem;
@media (max-width: 428px){
height: 66vh;