edit layout for small resolution screens

This commit is contained in:
smanylov
2026-01-23 15:43:05 +07:00
parent 38ce69047d
commit f8ab107724
22 changed files with 367 additions and 140 deletions
+4
View File
@@ -24,4 +24,8 @@ $color-document: #a561e6;
@media (max-width: 1200px) {
--side-bar-width: 180px;
}
@media (max-width: 767px) {
--side-bar-width: 0px;
}
}