Fix footer ad on mobile
This commit is contained in:
parent
c16516fab5
commit
77163f5aec
1 changed files with 4 additions and 0 deletions
|
@ -334,6 +334,10 @@
|
||||||
.ob_what_resp {
|
.ob_what_resp {
|
||||||
padding: unset !important;
|
padding: unset !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: $breakpoint-small) {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ob-widget-items-container {
|
.ob-widget-items-container {
|
||||||
|
|
Loading…
Reference in a new issue