diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index e9464ff..1ef497a 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -579,8 +579,7 @@ footer { max-width: 120px; height: fit-content; max-height: 115px; - object-fit: contain; - padding: 1rem; } + object-fit: contain; } .form-item { display: flex; diff --git a/web/themes/custom/reha/scss/partials/_footer.scss b/web/themes/custom/reha/scss/partials/_footer.scss index 98347f5..0243c9e 100644 --- a/web/themes/custom/reha/scss/partials/_footer.scss +++ b/web/themes/custom/reha/scss/partials/_footer.scss @@ -129,7 +129,7 @@ margin-left: 10%; height: fit-content; max-height: 115px; object-fit: contain; - padding: 1rem; + // padding: 1rem; } } }