openethereum/js/src/dapps/localtx/Application/application.css
2016-11-17 13:32:13 +01:00

20 lines
236 B
CSS

.container {
padding: 1rem 2rem;
text-align: center;
h1 {
margin-top: 3rem;
margin-bottom: 1rem;
}
table {
text-align: left;
margin: auto;
max-width: 90vw;
th {
text-align: center;
}
}
}