Skip to content

Commit 0e0c04b

Browse files
committed
feat(unity-bootstrap-theme): changed heigth to min-heigth on div.uds-hero-lg
UDS-1765
1 parent f1b2991 commit 0e0c04b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_heroes.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ div.uds-hero-md {
282282
}
283283

284284
div.uds-hero-lg {
285-
height: $uds-size-spacing-64;
285+
min-height: $uds-size-spacing-64;
286286

287287
.content {
288288
display: none;
@@ -426,7 +426,7 @@ div.uds-hero-lg {
426426
}
427427

428428
div.uds-hero-lg {
429-
height: 42.75rem;
429+
min-height: 42.75rem;
430430
// TODO; remove this, it's a fallback for buttons without has-btn-row
431431
grid-template-rows: 1fr repeat(4, auto) $uds-size-spacing-6;
432432

@@ -498,7 +498,7 @@ div.uds-hero-lg {
498498
}
499499

500500
div.uds-hero-lg {
501-
height: 42.75rem;
501+
min-height: 42.75rem;
502502

503503
&.uds-video-hero {
504504
position: relative;

0 commit comments

Comments
 (0)