diff --git a/core/css/server.css b/core/css/server.css index 6c1a090426b4cc335eb36fb646d070ae09d23f82..fdf0f4520b8377282aac2c0b36c4a4f8a80ccb0c 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -411,10 +411,12 @@ input.primary, border: 1px solid #fff; color: #fff; } -footer { +#body-public footer { height: 92px; } - +#body-public main { + padding-bottom: calc(var(--footer-height)* 2); +} #header #notifications .notifications-button__icon { display: none; }