Skip to content

Commit

Permalink
LIB-636 Add media breakpoint for overflow draft container
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Oct 31, 2023
1 parent 20fcda3 commit 7a7743d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom/themes/lib_unb_ca/src/scss/custom/_utility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ figcaption .font-size-smaller {
.limit-height {
max-height: 655px;
}
@media (min-width: 1194px) {
.limit-height {
max-height: 627px;
}
}
@media (min-width: 1367px) {
.limit-height {
max-height: 613px;
Expand Down

0 comments on commit 7a7743d

Please sign in to comment.