CSS updated for a new last played table.
This commit is contained in:
parent
e1a847f95f
commit
d243f82c7e
@ -133,9 +133,7 @@ section { margin-top: 1rem; }
|
|||||||
#last-played tbody tr {
|
#last-played tbody tr {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: .5rem;
|
gap: .5rem;
|
||||||
grid-template-columns: 3rem 1fr 1fr; }
|
grid-template-columns: 3rem 3rem 1fr; }
|
||||||
|
|
||||||
#last-played tbody tr td:nth-child(2) { text-align: right; }
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user