Fix footnote styles
Some checks failed
Build and copy to prod / build-and-copy (push) Has been cancelled

This commit is contained in:
Lewis Dale 2024-05-01 07:30:17 +01:00
parent 18f3421299
commit 87acceea57

View File

@ -23,6 +23,10 @@ article {
padding: 0 var(--space-size-m);
}
ol {
list-style: decimal;
}
.p-summary {
display: none;
}