remove min-height globally, style footer

This commit is contained in:
Pierre Bondoerffer
2017-08-02 11:00:42 +02:00
parent 0fe49d6641
commit f71b082aac
2 changed files with 28 additions and 5 deletions

View File

@@ -20,6 +20,7 @@
color: #FFF;
background: linear-gradient( @background_darker, @background_lighter ), url('/customize/bg14.jpg');
background-size: cover;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-around;
@@ -195,4 +196,4 @@ h4 {
.collapse.show {
margin-bottom: -12em;
}
}
}