16 lines
189 B
CSS
16 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;
|
||
|
}
|
||
|
}
|