Add slight padding to bottom of app so it doesn't look cut off

This commit is contained in:
Brett Sun 2015-12-16 12:45:40 +01:00
parent 94e20d2ba8
commit 8687b393bf
3 changed files with 5 additions and 2 deletions

View File

@ -59,6 +59,7 @@ html {
.ascribe-default-app {
overflow-x: hidden;
padding-top: 70px;
padding-bottom: 10px;
}
hr {

View File

@ -3,6 +3,7 @@
.ascribe-prize-app {
border-radius: 0;
padding-top: 70px;
min-height: 100vh;
padding-top: 70px;
padding-bottom: 10px;
}

View File

@ -5,6 +5,7 @@
.ascribe-wallet-app {
border-radius: 0;
padding-top: 70px;
min-height: 100vh;
padding-top: 70px;
padding-bottom: 10px;
}