fix(home): add adaptive to sections
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user