From 3e975cafa143c566bde7f23e0d7f75ef03b0306c Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 10 Mar 2022 14:23:33 +0100 Subject: [PATCH] home --- web/themes/custom/eql/css-compiled/styles.css | 5 ++--- web/themes/custom/eql/scss/pages/_home.scss | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index daeb035..378d5ac 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -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; diff --git a/web/themes/custom/eql/scss/pages/_home.scss b/web/themes/custom/eql/scss/pages/_home.scss index 1c92e9f..d2318fd 100644 --- a/web/themes/custom/eql/scss/pages/_home.scss +++ b/web/themes/custom/eql/scss/pages/_home.scss @@ -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;