|
@@ -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) {
|