fix(home): add adaptive to sections

This commit is contained in:
2025-12-02 16:11:00 +03:00
parent de017bdfef
commit 7a7a466886
27 changed files with 691 additions and 247 deletions

View File

@@ -1,14 +1,12 @@
.Slider {
display: block;
padding: 0 20px;
//flex-direction: row;
//justify-content: space-between;
padding: 0 rem(20px);
}
.Slide {
display: flex;
justify-content: center;
align-items: center;
width: 200px;
width: rem(200px);
height: auto;
}