Add extra margin around the <hr> in the footnotes styles
This commit is contained in:
parent
3cbce149ba
commit
67cd4277c0
2 changed files with 4 additions and 9 deletions
|
@ -117,12 +117,3 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.footnotes {
|
|
||||||
hr {
|
|
||||||
margin-block-start: var(--space-l);
|
|
||||||
}
|
|
||||||
|
|
||||||
li:not(:last-child) {
|
|
||||||
margin-block-end: var(--space-xs);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -5,6 +5,10 @@
|
||||||
.footnotes {
|
.footnotes {
|
||||||
font-size: var(--text-s);
|
font-size: var(--text-s);
|
||||||
|
|
||||||
|
hr {
|
||||||
|
margin-block-start: var(--space-l);
|
||||||
|
}
|
||||||
|
|
||||||
li:not(:last-child) {
|
li:not(:last-child) {
|
||||||
margin-block-end: var(--space-xs);
|
margin-block-end: var(--space-xs);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue