Skip to content

Commit

Permalink
Padding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaivre committed Apr 20, 2023
1 parent 280317f commit 22cdfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hackathon/HackathonSectionContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export default styled(PageSectionContainer)`
padding: var(--spacing-12);
@media ${deviceBreakPoints.tablet} {
padding: var(--spacing-4);
padding: var(--spacing-12) var(--spacing-4);
}
`

0 comments on commit 22cdfed

Please sign in to comment.