Merge pull request #652 from mudlabs-monster/fixed-footer

Fix for issue #651 "Cut off footer"
This commit is contained in:
Johan Fagerberg 2017-10-22 20:46:32 +02:00 committed by GitHub
commit b0635ee807

View File

@ -232,6 +232,7 @@
@media (min-width: 45rem) {
.footer {
display: flex;
align-items: center;
justify-content: space-between;
padding: 3rem;
}