Skip to content

Commit

Permalink
Update src/styles/_Grid.scss
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Fusco <josephfusco@users.noreply.github.com>
  • Loading branch information
apmatthews and josephfusco authored Mar 31, 2022
1 parent faf7b23 commit 5c93048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/_Grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

@media (min-width: $breakpoint-medium) {
.container {
width: (10/12) * 100%;
width: percentage(10/12);
}
}

Expand Down

0 comments on commit 5c93048

Please sign in to comment.