Skip to content

Commit 82245fb

Browse files
ux(home): increase Hall of Fame card height to avoid clipping
Made-with: Cursor
1 parent bf2b9a5 commit 82245fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/RecentlyBuried.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const Card = memo(function Card({ entry, count, placed, onSelect, onToggle }: Ca
5252
alignItems: 'flex-start',
5353
gap: '8px',
5454
width: 'clamp(260px, 76vw, 320px)',
55-
height: '200px',
55+
height: '232px',
5656
flexShrink: 0,
5757
padding: '18px 20px',
5858
background: '#EDE8E1',
@@ -147,7 +147,7 @@ export default function RecentlyBuried({ onSelect }: Props) {
147147
width: '100vw',
148148
marginLeft: 'calc(50% - 50vw)',
149149
overflow: 'hidden',
150-
height: '300px',
150+
height: '332px',
151151
padding: '14px 24px 16px',
152152
boxSizing: 'border-box',
153153
}}

0 commit comments

Comments
 (0)