mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
Add slight padding to bottom of app so it doesn't look cut off
This commit is contained in:
parent
94e20d2ba8
commit
8687b393bf
@ -59,6 +59,7 @@ html {
|
|||||||
.ascribe-default-app {
|
.ascribe-default-app {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
padding-top: 70px;
|
padding-top: 70px;
|
||||||
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
.ascribe-prize-app {
|
.ascribe-prize-app {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding-top: 70px;
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
padding-top: 70px;
|
||||||
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
.ascribe-wallet-app {
|
.ascribe-wallet-app {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding-top: 70px;
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
padding-top: 70px;
|
||||||
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user