Replace inline group-card heading spacing with component CSS class
This commit is contained in:
@@ -167,6 +167,14 @@
|
||||
width: calc(50% - var(--spacing-small));
|
||||
}
|
||||
|
||||
.sg-group-card__heading {
|
||||
flex: 0 0 100%;
|
||||
margin-top: 0;
|
||||
margin-right: 0;
|
||||
margin-bottom: var(--spacing-small);
|
||||
margin-left: var(--card-segment-padding-horizontal);
|
||||
}
|
||||
|
||||
.sg-page-cards .sg-preview-area {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user