diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index 11b735c..e9cc0f8 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -3033,7 +3033,6 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div } .page-ressources .view-ressources .views-row .node-type-ressource { width: 100%; - margin: auto; display: flex !important; flex-direction: column-reverse; padding-top: 0; diff --git a/web/themes/custom/reha/scss/pages/_ressources.scss b/web/themes/custom/reha/scss/pages/_ressources.scss index 91a3f60..0edd6c2 100644 --- a/web/themes/custom/reha/scss/pages/_ressources.scss +++ b/web/themes/custom/reha/scss/pages/_ressources.scss @@ -85,7 +85,7 @@ } .node-type-ressource{ width: 100%; - margin: auto; + // margin: auto; display: flex !important; flex-direction: column-reverse; padding-top: 0;