Add rules for th tag.

This commit is contained in:
Nicolás A. Ortega Froysa 2021-11-17 17:51:57 +01:00
parent c2ddf3764f
commit c1fc555484

View File

@ -140,6 +140,11 @@ img.album-cover {
border-radius: 15%;
}
.track-list th {
text-align: center;
padding: 1px 10px;
}
.track-list td {
padding: 1px 10px;
}