diff --git a/web/themes/custom/eql/css-compiled/styles.css b/web/themes/custom/eql/css-compiled/styles.css index f9f015d..902c56d 100644 --- a/web/themes/custom/eql/css-compiled/styles.css +++ b/web/themes/custom/eql/css-compiled/styles.css @@ -353,7 +353,6 @@ a { .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource { border: 2px solid #009ee3; background-color: white; - margin-left: 1rem; margin-bottom: 1rem; padding: 1rem; } .path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third .block-entity-fieldnodefield-ress .node-type-ressource div { diff --git a/web/themes/custom/eql/scss/pages/_static.scss b/web/themes/custom/eql/scss/pages/_static.scss index 7d29881..805eb2d 100644 --- a/web/themes/custom/eql/scss/pages/_static.scss +++ b/web/themes/custom/eql/scss/pages/_static.scss @@ -228,7 +228,7 @@ .node-type-ressource{ border: 2px solid $blue-light; background-color: $white; - margin-left: 1rem; + // margin-left: 1rem; margin-bottom: 1rem ; padding: 1rem; div{