Add max-width query to hide on small screens

pull/5179/head
Matthias 5 years ago
parent f585ffa264
commit 2ade3ec7b9

@ -22,3 +22,7 @@
border-width: 1px;
border-radius: 5px;
}
@media screen and (max-width: 700px) {
#widget-wrapper { display: none; }
}

Loading…
Cancel
Save