fix: footnote padding

This commit is contained in:
Cory Dransfeldt 2023-12-31 19:57:32 -08:00
parent 2d75dc09a8
commit 833e638bb5
No known key found for this signature in database

View file

@ -976,6 +976,10 @@ article .now__section--header {
justify-content: center;
}
.footnotes {
padding-bottom: 1.5rem;
}
/* inputs */
input[type="text"],
input[type="email"],