Skip to content

Commit

Permalink
chore(grid): revert change from 10 back to 12 items
Browse files Browse the repository at this point in the history
  • Loading branch information
davidicus committed Jan 17, 2025
1 parent 715f2a9 commit c1230f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
}

@media (min-width: $breakpoint-lg) {
grid-template-columns: repeat(10, 1fr);
grid-template-columns: repeat(12, 1fr);
}

@if $margins-on {
Expand Down

0 comments on commit c1230f9

Please sign in to comment.