Skip to content

Commit 8c2dd68

Browse files
committed
fix(carousel): fix carousel items vertical alignment
1 parent e19e82b commit 8c2dd68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/carousel-item/carousel-item.styles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ export default css`
55
--aspect-ratio: inherit;
66
77
display: flex;
8-
align-items: start;
9-
justify-content: center;
108
flex-direction: column;
9+
align-items: center;
10+
justify-content: start;
1111
width: 100%;
1212
max-height: 100%;
1313
aspect-ratio: var(--aspect-ratio);

0 commit comments

Comments
 (0)