umami/components/Table.module.css
2020-08-06 23:02:24 -07:00

8 lines
61 B
CSS

.table {
width: 100%;
}
.table th {
text-align: left;
}