Unset width on footnotes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-16 11:50:00 -06:00
parent cbfa885984
commit 79c19a7a22
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -318,6 +318,10 @@ body {
section {
width: 100%;
&.footnotes {
width: unset;
}
@media (--phone) {
width: unset;
}