feat(side-bars-wrapper): create css module with media query for right bar
This commit is contained in:
parent
39a481bca9
commit
fbe6dcb21a
|
@ -0,0 +1,5 @@
|
|||
@media (max-width: 1200px) {
|
||||
.right-sidebar-wrapper {
|
||||
display: none;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue