Fix dots if too many
This commit is contained in:
@@ -37,6 +37,9 @@
|
|||||||
.sc-carousel-dots__container {
|
.sc-carousel-dots__container {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
padding: 0 30px;
|
||||||
}
|
}
|
||||||
.sc-carousel-dots__dot-container {
|
.sc-carousel-dots__dot-container {
|
||||||
height: calc(var(--dot-size) + 10px);
|
height: calc(var(--dot-size) + 10px);
|
||||||
|
|||||||
Reference in New Issue
Block a user