Skip to content

Commit

Permalink
fix: keep grid gap when on single column
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jul 30, 2020
1 parent 110180e commit 571e1bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SideBySide.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ const SideBySide = ({ className, children, type }) => {
@media (max-width: ${BREAKPOINTS[pageLayout]}) {
grid-template-columns: minmax(0, 1fr);
grid-gap: 0;
}
`}
className={className}
Expand Down

0 comments on commit 571e1bf

Please sign in to comment.