fix table padding

This commit is contained in:
2024-01-05 13:41:01 +01:00
parent 179adf4806
commit 256b7efcdd

View File

@@ -57,14 +57,27 @@
margin-left: 3%; margin-left: 3%;
} }
table {
border-spacing: 0px;
}
th { th {
text-align: left; text-align: left;
} }
th,
td {
padding: 2px;
}
.timestamp-field { .timestamp-field {
white-space: nowrap; white-space: nowrap;
} }
.artist-field {
padding-right: 2em;
}
.stream-date { .stream-date {
font-size: x-large; font-size: x-large;
font-family: 'Montserrat'; font-family: 'Montserrat';