feat(side-bars-wrapper): create css module with media query for right bar

This commit is contained in:
RadoslavDimchev 2024-03-27 09:28:27 +02:00 committed by Radoslav Dimchev
parent 39a481bca9
commit fbe6dcb21a
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
@media (max-width: 1200px) {
.right-sidebar-wrapper {
display: none;
}
}