Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
fix(SupportPage): increase getIdea maxWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Jan 3, 2020
1 parent d5e5434 commit 056bf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/SupportPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ const SupportPage = props => {
sx={{
mt: `2rem`,
mx: `auto`,
maxWidth: `50rem`,
maxWidth: `65rem`,
display: `flex`,
[media.lessThan(`small`)]: {
flexDirection: `column`,
Expand Down

0 comments on commit 056bf19

Please sign in to comment.