make body margin bottom 10px larger

This commit is contained in:
Uwe Steinmann 2021-05-06 21:24:21 +02:00
parent 37192040e7
commit 6542972a12

View File

@ -29,7 +29,7 @@ html {
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
margin-bottom: 70px;
}
@media (max-width: 991px) {
body {