Position relative for the header - close #634

This commit is contained in:
Marc Ducobu
2015-10-05 21:34:22 +02:00
parent 1274d1ff6d
commit 51acda2d46
3 changed files with 27 additions and 19 deletions

View File

@@ -6,6 +6,10 @@ html,body {
font-family: 'open_sansregular';
}
header {
position: relative;
}
#content_conainter {
position: relative;
min-height: calc(100% - 100px);