Added styles for a last played table.

This commit is contained in:
Alexander Andreev 2021-09-02 22:57:25 +04:00
parent 3a02aaf98a
commit 901edb80c8
Signed by: Arav
GPG Key ID: 610DF2574456329F

View File

@ -117,6 +117,12 @@ nav h1 {
section { margin-top: 1rem; }
#last-played { margin: 0 auto; }
#last-played tr td:first-child {
padding-right: .69rem;
text-align: right; }
footer {
font-size: .8rem;
text-align: center;