-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WS2-1577 - Removed superfluous padding from 'Card and Image' block
- Loading branch information
Bryan R
committed
Apr 26, 2023
1 parent
ad79a40
commit c730f95
Showing
1 changed file
with
0 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,9 @@ | ||
.block-inline-blockimage-and-text-block { | ||
.uds-image-text-block-text-container { | ||
padding: $uds-size-spacing-6; | ||
|
||
// Recommended by Debbie Flitner. | ||
:is(h2, h3, h4, h5, h6):first-of-type { | ||
margin-top: 0; | ||
} | ||
|
||
// Workaround recommended by Debbie Flitner. | ||
@media screen and (min-width: $uds-breakpoint-lg) { | ||
.col-12 { | ||
&.py-1 { | ||
padding-bottom: 0 !important; | ||
padding-top: 0 !important; | ||
} | ||
} | ||
} | ||
} | ||
} |