Skip to content

Commit

Permalink
Update credits spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
maximvl committed Dec 15, 2024
1 parent dab8c69 commit 7218ac6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/presentation/Closing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default function Closing({ players, sponsors }: Props) {
// border: '1px solid white',
}}
>
<Box marginBottom="50px">
<Box marginBottom="150px">
<Box fontSize="36px" textAlign="center">
{playersSection.title}
</Box>
Expand All @@ -153,7 +153,7 @@ export default function Closing({ players, sponsors }: Props) {
))}
</Box>

<Box marginBottom="50px">
<Box marginBottom="150px">
<Box fontSize="36px" textAlign="center">
А также
</Box>
Expand All @@ -169,7 +169,7 @@ export default function Closing({ players, sponsors }: Props) {
</Box>
</Box>

<Box marginBottom="150px" marginTop="150px">
<Box marginBottom="150px">
<Box fontSize="36px" textAlign="center">
{sponsorsSection.title}
</Box>
Expand Down

0 comments on commit 7218ac6

Please sign in to comment.