Hide sidebar when it won't fit

This commit is contained in:
Thomas Wade 2018-10-29 21:50:38 +10:30
parent 6b24022616
commit d29b80f10a

View File

@ -1,6 +1,9 @@
@media (max-width: 1000px)
@media (max-width: 1215px)
{
/* Do some mobile processing here */
.sidebar
{
display: none;
}
}
html,