We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19e82b commit 8c2dd68Copy full SHA for 8c2dd68
src/components/carousel-item/carousel-item.styles.ts
@@ -5,9 +5,9 @@ export default css`
5
--aspect-ratio: inherit;
6
7
display: flex;
8
- align-items: start;
9
- justify-content: center;
10
flex-direction: column;
+ align-items: center;
+ justify-content: start;
11
width: 100%;
12
max-height: 100%;
13
aspect-ratio: var(--aspect-ratio);
0 commit comments