Skip to content

Commit

Permalink
fix: updating grid widths
Browse files Browse the repository at this point in the history
  • Loading branch information
zstix committed Jun 30, 2020
1 parent 80243af commit 20b6f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PropList.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

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

Expand Down

0 comments on commit 20b6f8d

Please sign in to comment.