Skip to content

Commit b94332a

Browse files
authored
Merge pull request #80 from blocknative/styles/extra-padding
Increase wallet padding
2 parents fc21f30 + 3ae8850 commit b94332a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/Wallets.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
flex-flow: row wrap;
1717
align-items: center;
1818
list-style-type: none;
19-
margin: 1em 0;
19+
margin: 1.25em 0;
2020
max-height: 66vh;
2121
overflow-y: scroll;
2222
padding: 0;
@@ -37,7 +37,7 @@
3737
font-size: inherit;
3838
font-family: inherit;
3939
justify-content: center;
40-
margin-top: 1em;
40+
margin-top: 1.25em;
4141
}
4242
4343
::-webkit-scrollbar {

src/elements/Button.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
border: 1px solid #4a90e2;
1212
border-radius: 40px;
1313
padding: 0.55em 1.4em;
14-
margin-top: 0.33em;
1514
cursor: pointer;
1615
color: #4a90e2;
1716
font-family: "Helvetica Neue";

0 commit comments

Comments
 (0)