Fix padding bottom // Status bar fixed

This commit is contained in:
Nicolas Gotchac 2016-12-10 22:22:14 +01:00
parent 7401358543
commit 9dbccfda2f
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*/
.layout {
padding: 0.25em 0.25em 1em 0.25em;
padding: 0.25em;
> * {
margin-bottom: 0.75em;

View File

@ -19,4 +19,5 @@
display: flex;
flex-direction: column;
min-height: 100vh;
padding-bottom: 1em;
}