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

This commit is contained in:
Brian S. Stephan 2022-04-18 17:53:11 -05:00
parent 6daed848d0
commit ec042e466c
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 2 additions and 2 deletions

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 {