Fix spacing

This commit is contained in:
AlphaX-Projects 2022-03-18 17:50:09 +01:00 committed by GitHub
parent a797315c94
commit 03c1a622f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@ class MultiWallet extends LitElement {
.transactions-wrapper {
width: 100%;
padding: 50px 0 0 0;
padding: 30px 0 0 0;
height: 100%;
}
@ -284,7 +284,7 @@ class MultiWallet extends LitElement {
}
#transactions {
margin-top: 60px;
margin-top: 30px;
margin-left: 20px;
margin-right: 20px;
border-top: 1px solid var(--border);