diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index 6c5d046..66ac003 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -202,6 +202,7 @@ header { padding-left: 4rem; height: 150px; } header .region-header #block-reha-logoreha { + display: none; grid-column: 2; max-height: 90%; height: 150px; } diff --git a/web/themes/custom/reha/scss/partials/_header.scss b/web/themes/custom/reha/scss/partials/_header.scss index cb8917c..a496b96 100644 --- a/web/themes/custom/reha/scss/partials/_header.scss +++ b/web/themes/custom/reha/scss/partials/_header.scss @@ -22,6 +22,7 @@ header{ height: $header-height; } #block-reha-logoreha{ + display: none; grid-column: 2; max-height: 90%; height: $header-height;