15 lines
189 B
CSS
15 lines
189 B
CSS
/************
|
|
# FOOTNOTES
|
|
************/
|
|
|
|
.footnotes {
|
|
font-size: var(--text-s);
|
|
|
|
li:not(:last-child) {
|
|
margin-block-end: var(--space-xs);
|
|
}
|
|
|
|
p {
|
|
font-size: inherit;
|
|
}
|
|
}
|