Add max-width query to hide on small screens

This commit is contained in:
Matthias 2021-06-24 23:09:06 +02:00
parent f585ffa264
commit 2ade3ec7b9
1 changed files with 4 additions and 0 deletions

View File

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