Skip to content

Commit 6df2375

Browse files
committed
Make sections design work again
1 parent f149f7f commit 6df2375

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/ledger-amino/demo/index.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
section {
2-
display: flex;
3-
align-items: center;
4-
justify-content: center;
2+
max-width: 500px;
53
margin: auto;
64
padding: 0.5em;
75
}
@@ -20,7 +18,7 @@ input {
2018

2119
textarea {
2220
width: 32em;
23-
height: 28em;
21+
height: 5em;
2422
}
2523

2624
#accounts {

0 commit comments

Comments
 (0)