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

Commit

Permalink
fix(SupportPage): add width:90% & textAlign:left
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Jan 3, 2020
1 parent 056bf19 commit 9a01083
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/templates/SupportPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ const SupportPage = props => {
<div
sx={{
mx: `auto`,
width: `90%`,
maxWidth: `50rem`,
display: `flex`,
justifyContent: `space-around`,
Expand Down Expand Up @@ -159,6 +160,7 @@ const SupportPage = props => {
<div
sx={{
mx: `auto`,
width: `90%`,
maxWidth: `50rem`,
display: `flex`,
[media.lessThan(`medium`)]: {
Expand Down Expand Up @@ -303,6 +305,7 @@ const SupportPage = props => {
sx={{
mt: `5rem`,
mx: `auto`,
width: `90%`,
maxWidth: `50rem`,
'& > h2': {
marginBottom: `0.7rem`,
Expand Down Expand Up @@ -411,11 +414,12 @@ const SupportPage = props => {
sx={{
mt: `5rem`,
mx: `auto`,
width: `90%`,
maxWidth: `50rem`,
[media.lessThan(`medium`)]: {
'& div': {
fontSize: `0.9rem`,
textAlign: `center`,
textAlign: [`left`, `center`],
},
},
}}
Expand Down

0 comments on commit 9a01083

Please sign in to comment.