scoot the footer down a bit, and give it margins like the main content's

This commit is contained in:
2022-04-18 17:53:11 -05:00
parent 6daed848d0
commit ec042e466c

View File

@@ -49,7 +49,7 @@ div.content {
}
@media only screen and (min-width: 70pc) {
div.content {
div.content, footer {
margin-left: 5pc;
margin-right: 5pc;
}
@@ -75,7 +75,7 @@ footer {
color: #999;
padding: 0 1em;
padding-bottom: 16px;
margin-top: 15px;
margin-top: 30px;
}
table {