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

Commit

Permalink
fix: remove extra white space on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
tabathadelane committed May 9, 2022
1 parent bc11817 commit 50369b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,6 @@ const QuickstartsPage = ({ data, location }) => {
grid-template-areas: 'main';
grid-template-rows: unset;
}
@media screen and (max-width: 760px) {
margin: 400px auto;
}
`}
>
<aside
Expand Down

0 comments on commit 50369b8

Please sign in to comment.