diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index c41060d..7c67aca 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -2551,10 +2551,11 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div width: 100%; } .block-views-blockactus-block-1 .view-id-actus .views-row .node-type-actualite > .entete_actu .infos-content h2 { + width: 100% !important; margin-left: 0; padding-top: 0.5rem; font-weight: 600; - font-size: 1.5rem; + font-size: 1.3rem; } .block-views-blockactus-block-1 .view-id-actus .views-row .node-type-actualite > .entete_actu .infos-content .field--name-field-sous-titre { padding-top: 0 rem; diff --git a/web/themes/custom/reha/scss/pages/home/_home-view-actualites.scss b/web/themes/custom/reha/scss/pages/home/_home-view-actualites.scss index ec03963..dcb6ac9 100644 --- a/web/themes/custom/reha/scss/pages/home/_home-view-actualites.scss +++ b/web/themes/custom/reha/scss/pages/home/_home-view-actualites.scss @@ -61,10 +61,11 @@ height: fit-content; width: 100%; h2{ + width: 100% !important; margin-left: 0; padding-top: 0.5rem; font-weight: 600; - font-size: 1.5rem; + font-size: 1.3rem; } .field--name-field-sous-titre{ padding-top: 0 rem;