Fix padding bottom needed after fixed status

This commit is contained in:
Nicolas Gotchac 2016-12-01 18:45:59 +01:00
parent 0f987a2206
commit d5c630c1d2
1 changed files with 4 additions and 0 deletions

View File

@ -21,3 +21,7 @@
display: flex;
flex-direction: column;
}
.container {
padding-bottom: 1em;
}