enlarge margin bottom on smaller devices

This commit is contained in:
Uwe Steinmann 2021-05-04 09:56:56 +02:00
parent 4be72880a8
commit 196b19d42a

View File

@ -34,13 +34,13 @@ body {
@media (max-width: 991px) { @media (max-width: 991px) {
body { body {
/* Margin bottom by footer height */ /* Margin bottom by footer height */
margin-bottom: 90px; margin-bottom: 110px;
} }
} }
@media (max-width: 767px) { @media (max-width: 767px) {
body { body {
/* Margin bottom by footer height */ /* Margin bottom by footer height */
margin-bottom: 110px; margin-bottom: 130px;
} }
} }
.footer { .footer {