figma_adp_mob_final
This commit is contained in:
19
style.css
19
style.css
@@ -727,10 +727,12 @@ html, body, * {
|
||||
}
|
||||
.advantage_slider_items {
|
||||
margin: 0;
|
||||
display:flex;
|
||||
gap:28px;
|
||||
display:flex;
|
||||
width: 100%;
|
||||
}
|
||||
.advantage_slider_item:not(:last-child) {
|
||||
margin-right: 28px;
|
||||
}
|
||||
|
||||
.advantage_slider_item {
|
||||
position:relative;
|
||||
@@ -2177,6 +2179,19 @@ body.lock {
|
||||
.row_middle_title {
|
||||
font-size: 24px;
|
||||
}
|
||||
.advantage_slider {
|
||||
justify-content: flex-start;
|
||||
overflow: hidden;
|
||||
}
|
||||
.advantage_slider_items {
|
||||
justify-content: flex-start;
|
||||
transition: transform .4s ease;
|
||||
will-change: transform;
|
||||
}
|
||||
.advantage_slider_item {
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user