mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
25 lines
244 B
CSS
25 lines
244 B
CSS
section {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: auto;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
button {
|
|
padding: 1em;
|
|
}
|
|
|
|
label {
|
|
margin-right: 1em;
|
|
}
|
|
|
|
input {
|
|
width: 32em;
|
|
}
|
|
|
|
textarea {
|
|
width: 32em;
|
|
height: 28em;
|
|
}
|