Skip to content

Commit

Permalink
3 columns on medium, 4 columns on wide
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Apr 12, 2023
1 parent b2584c9 commit d87535e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@
aspect-ratio: 3/4;
width: calc(50% - #{ $grid-unit-30 * 1 } / 2);

@include break-large() {
@include break-medium() {
width: calc(33.333% - #{ $grid-unit-30 * 2 } / 3);
}

@include break-wide() {
width: calc(25% - #{ $grid-unit-30 * 3 } / 4);
}

Expand Down

0 comments on commit d87535e

Please sign in to comment.