account balance

This commit is contained in:
2020-05-12 00:45:37 -05:00
parent 54948a386b
commit d06e07cfd3
5 changed files with 108 additions and 7 deletions

View File

@ -170,7 +170,12 @@ thead {
background: #bdc7b812;
}
td, th {
padding: 0.2em 1em;
font: calc(0.40rem + 1vmin) monospace;
padding: 0.1em 1em;
}
table.small td, table.small th {
font: calc(0.35rem + 0.83vmin) monospace;
padding: 0.1em 1em;
}
th {
border-right: 4px solid #241e1e;