openethereum/js/src/dapps/localtx/Application/application.css

20 lines
236 B
CSS
Raw Normal View History

2016-11-17 11:01:21 +01:00
.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;
}
}
}