Skip to content

Commit

Permalink
modal height
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Apr 12, 2023
1 parent d87535e commit a0cc0a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// and height are used instead of max-(width/height).
@include break-small() {
width: calc(100% - #{ $grid-unit-20 * 2 });
height: calc(100% - #{ $header-height * 2 });
height: auto;
}
@include break-medium() {
width: 95%;
Expand Down

0 comments on commit a0cc0a5

Please sign in to comment.