Fix footer ad on mobile

This commit is contained in:
Raphael Wickihalder 2022-05-18 16:26:10 +02:00
parent c16516fab5
commit 77163f5aec
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -334,6 +334,10 @@
.ob_what_resp {
padding: unset !important;
}
@media (max-width: $breakpoint-small) {
display: none !important;
}
}
.ob-widget-items-container {