Skip to content

Commit

Permalink
fix: reduce props to single column on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
zstix committed Jun 30, 2020
1 parent a25853d commit 80243af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/PropList.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
padding-bottom: 2rem;
border-bottom: solid var(--color-neutrals-200) 1px;
}

@media (max-width: 1080px) {
grid-template-columns: 1fr;
}
}

.propName {
Expand Down

0 comments on commit 80243af

Please sign in to comment.