File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
packages/unity-bootstrap-theme/src/scss/extends Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -336,8 +336,7 @@ div.uds-hero-lg {
336336 [role = " doc-subtitle" ], // UDS is deprecatated doc-subtitle as a Selector
337337 .hero-subtitle ,
338338 a .btn ,
339- .content ,
340- .btn-row {
339+ .content {
341340 grid-column : 2 ;
342341 max-width : 700px ;
343342 z-index : 30 ;
@@ -379,7 +378,7 @@ div.uds-hero-lg {
379378 grid-template-rows : 1fr auto auto $uds-size-spacing-7 ;
380379 & .has-btn-row {
381380 .btn-row {
382- top : 92 % ;
381+ top : 90 % ;
383382 }
384383 }
385384
@@ -475,8 +474,7 @@ div.uds-hero-lg {
475474 [role = " doc-subtitle" ], // UDS is deprecatated doc-subtitle as a Selector
476475 .hero-subtitle ,
477476 a .btn ,
478- .content ,
479- .btn-row {
477+ .content {
480478 max-width : calc (940px - 30% );
481479 }
482480 }
@@ -491,8 +489,7 @@ div.uds-hero-lg {
491489 [role = " doc-subtitle" ], // UDS is deprecatated doc-subtitle as a Selector
492490 .hero-subtitle ,
493491 a .btn ,
494- .content ,
495- .btn-row {
492+ .content {
496493 max-width : calc (1200px - 34% );
497494 }
498495 }
You can’t perform that action at this time.
0 commit comments