1
0
Fork 0

[SITE CSS] solve sticky footer with CSS calc() only, no position: absolute any more

This commit is contained in:
Jannik Beyerstedt 2016-10-28 21:22:28 +02:00
parent e652bae824
commit 30aaa46456
6 changed files with 65 additions and 88 deletions

View file

@ -8,10 +8,10 @@
@import "../mainvariables";
main {
padding-top: 14vh;
div.home {
text-align: center;
margin-top: 15vh;
margin-bottom: 20vh;
div.logo {
font-family: 'Boon-Logo', "Verdana", "Arial", sans-serif;
@ -46,8 +46,7 @@ main {
}
@include media-breakpoint-down(xs) {
main div.home {
margin-top: 13vh;
margin-bottom: 17vh;
main {
padding-top: 16vh;
}
}