Add mobile-only toggle to show and hide Meldungen cards

This commit is contained in:
2026-05-28 11:12:52 +02:00
parent f5662ca1ed
commit 28274b7f48
2 changed files with 31 additions and 0 deletions
@@ -64,6 +64,10 @@
width: 100%;
}
.sg-vsf-list-detail-page__mobile-toggle {
display: none;
}
@media (max-width: 767px) {
.sg-vsf-list-detail-page__intro-block .sg-text-layout-pattern__sample--sixty-width {
width: 100%;
@@ -81,4 +85,8 @@
.sg-vsf-list-detail-page__right-column {
width: 100%;
}
.sg-vsf-list-detail-page__mobile-toggle {
display: inline-flex;
}
}