fix mobile footer display

This commit is contained in:
Martin Filipovic Hinrichs 2026-06-11 11:35:53 +02:00
parent 6c98d8c7ad
commit 3481d719f5

View file

@ -259,6 +259,11 @@ strong {
.footer-column-logo {
align-self: center;
@include media-breakpoint-down(md) {
padding-top: 1rem;
padding-bottom: 2rem;
}
.footer-column-logo-content {
text-align: center;
@ -274,6 +279,10 @@ strong {
max-height: 40px;
max-width: 175px;
}
.footer-column {
border-bottom: none;
}
}
footer {