Page Summary: Adjust spacing around page dates
This commit is contained in:
parent
5cf12c7a39
commit
c735de67d9
1 changed files with 11 additions and 2 deletions
|
@ -3,12 +3,21 @@
|
|||
**************************/
|
||||
|
||||
.page-summary {
|
||||
&:not(:first-child) {
|
||||
margin-block-start: var(--space-xl);
|
||||
}
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-block-end: var(--space-l);
|
||||
margin-block-end: var(--space-xl);
|
||||
}
|
||||
|
||||
.page-summary__date {
|
||||
font-family: var(--font-family-heading);
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.page-summary__title {
|
||||
margin-block: 0 var(--space-xs);
|
||||
margin-block: 0;
|
||||
}
|
||||
|
||||
.page-summary__subtitle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue