diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index a9aa5e6..84ef21b 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -1393,8 +1393,8 @@ aside.layout-sidebar-second footer.view-footer p { } .infos-content h1 { order: 2; - font-size: 2rem; - font-weight: 500; + font-size: 1.5rem; + font-weight: 600; margin: 0; } .infos-content h2 { @@ -3291,9 +3291,6 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div height: fit-content; } } -.node-type-actualite .entete_actu .infos-content h1 { - font-size: 1.5rem; -} .node-type-actualite .body-content .summary-content { width: 60%; margin: auto; diff --git a/web/themes/custom/reha/scss/pages/_node-actualite.scss b/web/themes/custom/reha/scss/pages/_node-actualite.scss index 9393017..03f6f0b 100644 --- a/web/themes/custom/reha/scss/pages/_node-actualite.scss +++ b/web/themes/custom/reha/scss/pages/_node-actualite.scss @@ -28,9 +28,7 @@ width: 45%; height: fit-content; } - h1{ - font-size: 1.5rem; - } + } } diff --git a/web/themes/custom/reha/scss/partials/_infos_content_actus.scss b/web/themes/custom/reha/scss/partials/_infos_content_actus.scss index 6738523..6350a86 100644 --- a/web/themes/custom/reha/scss/partials/_infos_content_actus.scss +++ b/web/themes/custom/reha/scss/partials/_infos_content_actus.scss @@ -13,8 +13,8 @@ h1{ // display: none; order: 2; - font-size: 2rem; - font-weight: 500; + font-size: 1.5rem; + font-weight: 600; margin: 0; } h2{