Отображение боковой панели на всю ширину небольших экранов
This commit is contained in:
parent
4098e94013
commit
b5bd486bb0
@ -186,6 +186,10 @@ section.posts {
|
||||
width: 300px;
|
||||
gap: 16px;
|
||||
|
||||
@media (max-width: $tablet-width) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.item {
|
||||
background-color: $post-bg-color;
|
||||
padding: 24px;
|
||||
|
Loading…
Reference in New Issue
Block a user