fix(BOOK-436): Added new section component and deprecated the other
Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
.header {
|
||||
display: grid;
|
||||
gap: var(--Spacing-x1) var(--Spacing-x5);
|
||||
gap: var(--Space-x1) var(--Space-x5);
|
||||
grid-template-columns: 1fr;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.title,
|
||||
.heading {
|
||||
color: var(--Text-Heading);
|
||||
}
|
||||
|
||||
.heading,
|
||||
.preamble {
|
||||
grid-column: 1 / -1;
|
||||
max-width: var(--max-width-text-block);
|
||||
@@ -16,7 +20,7 @@
|
||||
grid-template-columns: 1fr auto;
|
||||
}
|
||||
|
||||
.title {
|
||||
.heading {
|
||||
grid-column: 1 / 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user