diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index 58bbe8e..be05c6c 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -2478,7 +2478,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div } .block-views-blockactus-block-1 h2 { width: 80%; - font-size: 1.5rem; + font-size: 2rem; font-weight: 900; margin-left: 10%; padding-top: 1rem; @@ -2550,6 +2550,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div margin-left: 0; padding-top: 0.5rem; font-weight: 600; + font-size: 1.5rem; } .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 1f30248..ec03963 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 @@ -3,7 +3,7 @@ padding-bottom: 3rem; h2{ width: 80%; - font-size: 1.5rem; + font-size: 2rem; font-weight: 900; margin-left: 10%; padding-top: 1rem; @@ -64,6 +64,7 @@ margin-left: 0; padding-top: 0.5rem; font-weight: 600; + font-size: 1.5rem; } .field--name-field-sous-titre{ padding-top: 0 rem;