fix table padding
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user