diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index e3e20b5..0931d5b 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -3392,6 +3392,7 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div font-weight: 800; font-size: 1.3rem; order: 4; + padding-top: 1rem; } .node-type-ressource .infos-content .field--name-field-site { background-color: rgb(153, 147, 174); diff --git a/web/themes/custom/reha/scss/pages/_node-ressource.scss b/web/themes/custom/reha/scss/pages/_node-ressource.scss index 38bea3d..3fa2a15 100644 --- a/web/themes/custom/reha/scss/pages/_node-ressource.scss +++ b/web/themes/custom/reha/scss/pages/_node-ressource.scss @@ -44,6 +44,7 @@ font-weight: 800; font-size: 1.3rem; order: 4; + padding-top: 1rem; } .field--name-field-site{ background-color: rgb(153, 147, 174);