scoot the footer down a bit, and give it margins like the main content's
This commit is contained in:
parent
6daed848d0
commit
ec042e466c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user