Skip to content

Commit

Permalink
fix: odd mobile styling
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed Jan 10, 2022
1 parent 987e359 commit f3bcea4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/instant-observability.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,7 @@ const QuickstartsPage = ({ data, location }) => {
@media screen and (max-width: ${QUICKSTARTS_COLLAPSE_BREAKPOINT}) {
grid-gap: 0;
grid-template-columns: minmax(0, 1fr);
grid-template-areas:
'sidebar'
'main';
grid-template-areas: 'main';
grid-template-rows: unset;
}
`}
Expand Down

0 comments on commit f3bcea4

Please sign in to comment.