fix footer css issue

This commit is contained in:
Marcus Efraimsson 2018-06-28 14:02:42 +02:00
parent 3cf6a1a94b
commit 54420363d3
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A

View File

@ -45,9 +45,11 @@
}
@include media-breakpoint-up(md) {
.footer {
bottom: $spacer;
position: absolute;
padding: 5rem 0 1rem 0;
.login-page {
.footer {
bottom: $spacer;
position: absolute;
padding: 5rem 0 1rem 0;
}
}
}