Skip to content

Commit

Permalink
w-sm-double unbreak
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Dunn committed May 19, 2024
1 parent 4932002 commit a010e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/barrel.css
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ A little smaller in flex to allow for expansion or fitting lots on a row*/
flex-grow: 1;

&:is(.margin) {
max-width: calc(calc(min(215px, 50vw)) - calc(var(--gap) * 2));
max-width: calc(calc(min(28cm, 100vw)) - calc(var(--gap) * 2));
}
}

Expand Down

0 comments on commit a010e7e

Please sign in to comment.