We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b2991 commit 0e0c04bCopy full SHA for 0e0c04b
packages/unity-bootstrap-theme/src/scss/extends/_heroes.scss
@@ -282,7 +282,7 @@ div.uds-hero-md {
282
}
283
284
div.uds-hero-lg {
285
- height: $uds-size-spacing-64;
+ min-height: $uds-size-spacing-64;
286
287
.content {
288
display: none;
@@ -426,7 +426,7 @@ div.uds-hero-lg {
426
427
428
429
- height: 42.75rem;
+ min-height: 42.75rem;
430
// TODO; remove this, it's a fallback for buttons without has-btn-row
431
grid-template-rows: 1fr repeat(4, auto) $uds-size-spacing-6;
432
@@ -498,7 +498,7 @@ div.uds-hero-lg {
498
499
500
501
502
503
&.uds-video-hero {
504
position: relative;
0 commit comments