Skip to content

Commit bef8ba9

Browse files
committed
fix(events): even out page padding to 2rem top and bottom
1 parent 2756e9a commit bef8ba9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/events/[eventId]/EventDetailClient.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@ const BackgroundContainer = styled.section`
365365
const Main = styled.main`
366366
position: relative;
367367
z-index: 1;
368-
padding-top: 8rem;
369-
padding-bottom: 4rem;
368+
padding-top: 2rem;
369+
padding-bottom: 2rem;
370370
`
371371

372372
const Container = styled.div`

0 commit comments

Comments
 (0)