Hide sidebar when it won't fit
This commit is contained in:
parent
6b24022616
commit
d29b80f10a
@ -1,6 +1,9 @@
|
||||
@media (max-width: 1000px)
|
||||
@media (max-width: 1215px)
|
||||
{
|
||||
/* Do some mobile processing here */
|
||||
.sidebar
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
html,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user