diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 0763f07..daeb035 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -403,7 +403,7 @@ a { .path-frontpage .block-region-content .block-config-pages-block { grid-area: presentation; width: 100%; - height: 72vh; + height: 68vh; background: url("../images/pictos/rosace_coupee.svg"); background-position-y: top; background-position-x: center; @@ -418,13 +418,12 @@ a { background-position-x: left; } } .path-frontpage .block-region-content .block-config-pages-block .config_pages--type--home-front { width: 400px; - height: 400px; + height: 340px; min-height: fit-content; margin: auto; background-color: white; - margin-top: 7rem; + margin-top: 5rem; margin-left: 22%; - margin-bottom: 5rem; padding: 4rem 2rem 4rem 2rem; } @media (max-width: 428px) { .path-frontpage .block-region-content .block-config-pages-block .config_pages--type--home-front { diff --git a/web/themes/custom/eql/scss/pages/_home.scss b/web/themes/custom/eql/scss/pages/_home.scss index 4341f81..1c92e9f 100644 --- a/web/themes/custom/eql/scss/pages/_home.scss +++ b/web/themes/custom/eql/scss/pages/_home.scss @@ -19,7 +19,7 @@ .block-config-pages-block{ grid-area: presentation; width: 100%; - height: 72vh; + height: 68vh; background: url("../images/pictos/rosace_coupee.svg"); // background: url("../images/carre_site.mp4"); background-position-y: top; @@ -42,13 +42,13 @@ // min-width: fit-content; // height: 20vw; width: 400px; - height: 400px; + height: 340px; min-height: fit-content; margin: auto; background-color: white; - margin-top: 7rem; + margin-top: 5rem; margin-left: 22%; - margin-bottom: 5rem; + // margin-bottom: 5rem; padding: 4rem 2rem 4rem 2rem; // padding-left: 5%; // padding-right: 5%;