mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +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 {
|
||||
overflow-x: hidden;
|
||||
padding-top: 70px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
.ascribe-prize-app {
|
||||
border-radius: 0;
|
||||
padding-top: 70px;
|
||||
min-height: 100vh;
|
||||
padding-top: 70px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
.ascribe-wallet-app {
|
||||
border-radius: 0;
|
||||
padding-top: 70px;
|
||||
min-height: 100vh;
|
||||
padding-top: 70px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user