Skip to content

Commit 0960198

Browse files
committed
vertically center quotes in carousel
1 parent a5ccbf8 commit 0960198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/quote-carousel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export function QuoteCarousel({
165165
</div>
166166

167167
{/* All quotes stacked in same grid cell — tallest sets height */}
168-
<div className="grid">
168+
<div className="grid items-center">
169169
{entries.map((e, i) => (
170170
<div
171171
key={e.org}

0 commit comments

Comments
 (0)