1
0
Fork 0

[SITE CSS] add more margin between content and footer

This commit is contained in:
Jannik Beyerstedt 2016-04-09 00:00:35 +02:00
parent 477c37c713
commit 474ebdc135
3 changed files with 7 additions and 6 deletions

View file

@ -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