[SITE CSS] add more margin between content and footer
This commit is contained in:
parent
477c37c713
commit
474ebdc135
3 changed files with 7 additions and 6 deletions
|
@ -146,7 +146,7 @@ html {
|
|||
@media (min-width: 544px) {
|
||||
body {
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 85px; }
|
||||
margin-bottom: 115px; }
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
@ -156,7 +156,7 @@ html {
|
|||
@media (max-width: 543px) {
|
||||
body {
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 162px; }
|
||||
margin-bottom: 192px; }
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue