views: reduce font size of footer.

This commit is contained in:
evazion
2020-03-06 19:44:54 -06:00
parent 36f77942c3
commit 9960290666
2 changed files with 5 additions and 1 deletions

View File

@@ -125,6 +125,10 @@ table tfoot {
font-size: 0.8em;
}
.text-small {
font-size: 0.8em;
}
.fixed-width-container {
max-width: 70em;
}