allow pages to supply extra footer text

This commit is contained in:
2022-09-16 13:31:43 -05:00
parent 21ea24ffa1
commit 0f03ad6f38
5 changed files with 24 additions and 2 deletions

View File

@@ -72,6 +72,10 @@ footer {
margin-top: 30px;
}
.extra-footer {
margin-bottom: 5px;
}
table {
border-collapse: collapse;
}