Skip to content

Commit 6d3c36b

Browse files
committed
fix: add missing margin before the ticket pricing section
1 parent 24846f0 commit 6d3c36b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/sections/Sponsors.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ export default function Sponsors(): ReactElement {
161161
gridTemplateAreas={[thinSchoolGrid, thinSchoolGrid, wideSchoolGrid]}
162162
justifyItems="center"
163163
alignItems="center"
164+
marginBottom="1in"
164165
>
165166
<SponsorImage
166167
src={`${imgPath}/universities/calgary.svg`}

0 commit comments

Comments
 (0)