Skip to content

Commit

Permalink
fix(www): Fixes broken UI on home page of gatsbyjs.org in landscape o…
Browse files Browse the repository at this point in the history
…rientation (#21513)

* Fixes #21446

* minor typo fix
  • Loading branch information
TheFirstMe authored Feb 16, 2020
1 parent e720d8e commit 70b4f2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/src/components/homepage/homepage-ecosystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const Section = styled(EcosystemSection)`
${mediaQueries.md} {
margin: 0 ${p => p.theme.space[2]} 0;
padding: ${p => p.theme.space[6]};
max-height: none;
:last-child {
align-self: stretch;
Expand Down

0 comments on commit 70b4f2d

Please sign in to comment.