feat(carousel): enhance carousel component with gap support and layout adjustments

This commit is contained in:
2026-07-23 11:49:23 -03:00
parent 3e98d08d59
commit 8268e58547
5 changed files with 88 additions and 43 deletions

View File

@@ -4,9 +4,14 @@
}
.carousel {
position: relative;
width: 100%;
&__frame {
position: relative;
width: 100%;
margin-inline: auto;
}
&__viewport {
display: flex;
width: 100%;