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

Commit

Permalink
fix: Remove excess space above footer on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
zstix committed May 9, 2022
1 parent 50369b8 commit 813b9ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ const QuickstartsPage = ({ data, location }) => {
grid-template-columns: minmax(0, 1fr);
grid-template-areas: 'main';
grid-template-rows: unset;
padding-bottom: 20px;
}
`}
>
Expand Down

0 comments on commit 813b9ca

Please sign in to comment.