merge #3701 from ethcore/ng-status-fix

Fix padding bottom needed after fixed status
This commit is contained in:
Jannis Redmann
2016-12-01 19:09:13 +01:00
committed by GitHub

View File

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