This commit is contained in:
2022-03-10 14:17:37 +01:00
parent d275ecde2e
commit f06942660d
2 changed files with 7 additions and 5 deletions
@@ -403,12 +403,13 @@ a {
.path-frontpage .block-region-content .block-config-pages-block {
grid-area: presentation;
width: 100%;
height: 78vh;
height: 72vh;
background: url("../images/pictos/rosace_coupee.svg");
background-position-y: top;
background-position-x: center;
background-repeat: no-repeat;
background-size: cover; }
background-size: cover;
padding-bottom: 3rem; }
@media (max-width: 428px) {
.path-frontpage .block-region-content .block-config-pages-block {
height: 66vh;
@@ -446,7 +447,7 @@ a {
font-weight: 900;
color: #009ee3;
line-height: 4rem;
margin-top: 4rem;
margin-top: 3rem;
margin-bottom: 2rem;
width: fit-content; }
@media (max-width: 428px) {
+3 -2
View File
@@ -19,13 +19,14 @@
.block-config-pages-block{
grid-area: presentation;
width: 100%;
height: 78vh;
height: 72vh;
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;
@media (max-width: 428px){
height: 66vh;
@@ -91,7 +92,7 @@
font-weight: 900;
color: $blue-light;
line-height: 4rem;
margin-top: 4rem;
margin-top: 3rem;
margin-bottom: 2rem;
width: fit-content;
@media (max-width: 428px){