Add max-width query to hide on small screens
This commit is contained in:
parent
f585ffa264
commit
2ade3ec7b9
@ -22,3 +22,7 @@
|
|||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 700px) {
|
||||||
|
#widget-wrapper { display: none; }
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user