Skip to content

Commit

Permalink
fix: better responsive styles for the contribute section
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Aug 14, 2020
1 parent 73775b5 commit d828a89
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/RelatedContentModules/Contribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ const Contribute = ({ pageContext }) => {
.dark-mode & {
background-color: var(--color-dark-300);
}
@media screen and (max-width: 1240px) {
text-align: center;
}
`}
>
<Button
Expand Down Expand Up @@ -70,6 +74,10 @@ const Contribute = ({ pageContext }) => {
font-size: 0.75rem;
display: block;
text-align: center;
@media screen and (max-width: 1240px) {
margin-top: 1rem;
}
`}
>
Read our{' '}
Expand Down

0 comments on commit d828a89

Please sign in to comment.