diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index 620638d..d017825 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -298,6 +298,11 @@ a { .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-images img { width: 100vw; height: auto; } + .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-field-accroche { + grid-column: 3 /span 3; + grid-row: 1 / span 3; + font-size: 6rem; + font-weight: 800; } .block-views-blockhome-nodes-block-1 .node-type-static div:first-child .field--name-title { grid-column: 2; grid-row: 1; } diff --git a/web/themes/custom/eql/images/pictos/picto_faq.svg b/web/themes/custom/eql/images/pictos/picto_faq.svg index 05d9129..1009376 100644 --- a/web/themes/custom/eql/images/pictos/picto_faq.svg +++ b/web/themes/custom/eql/images/pictos/picto_faq.svg @@ -1,19 +1,19 @@ + inkscape:version="1.1.1 (3bf5ae0d25, 2021-09-20, custom)" + sodipodi:docname="picto_faq.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + inkscape:window-y="36" + inkscape:window-maximized="1" + inkscape:pagecheckerboard="0" /> @@ -43,7 +44,6 @@ image/svg+xml - @@ -55,11 +55,11 @@ id="g1447"> diff --git a/web/themes/custom/eql/scss/pages/_home.scss b/web/themes/custom/eql/scss/pages/_home.scss index 83c826d..68b512d 100644 --- a/web/themes/custom/eql/scss/pages/_home.scss +++ b/web/themes/custom/eql/scss/pages/_home.scss @@ -44,7 +44,10 @@ } } .field--name-field-accroche{ - // display: none; + grid-column: 3 /span 3; + grid-row: 1 / span 3; + font-size: 6rem; + font-weight: 800; } .field--name-title{ grid-column: 2;