diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 2afe10f..0763f07 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -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) { diff --git a/web/themes/custom/eql/scss/pages/_home.scss b/web/themes/custom/eql/scss/pages/_home.scss index a9fed32..4341f81 100644 --- a/web/themes/custom/eql/scss/pages/_home.scss +++ b/web/themes/custom/eql/scss/pages/_home.scss @@ -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){