Fix footer overlap.

This commit is contained in:
Pēteris Caune 2019-04-10 18:21:00 +03:00
parent a4fde44e3a
commit 8802fdcfef
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -5,7 +5,7 @@ html {
body {
/* Margin bottom by footer height */
margin-bottom: 140px;
margin-bottom: 140px !important;
}
.footer {