fix: footnote padding
This commit is contained in:
parent
2d75dc09a8
commit
833e638bb5
1 changed files with 4 additions and 0 deletions
|
@ -976,6 +976,10 @@ article .now__section--header {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
.footnotes {
|
||||
padding-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
/* inputs */
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
|
|
Reference in a new issue