Combined text-decoration into one line. Added gap, set min-width of last-played table, and right text-align of second column.
This commit is contained in:
parent
01a68100ec
commit
bf2e484bde
@ -35,8 +35,7 @@ a:hover,
|
|||||||
button:hover {
|
button:hover {
|
||||||
color: var(--secondary-color);
|
color: var(--secondary-color);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: underline;
|
text-decoration: underline dotted;
|
||||||
text-decoration-style: dotted;
|
|
||||||
transition: .5s; }
|
transition: .5s; }
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@ -126,12 +125,15 @@ nav h1 {
|
|||||||
|
|
||||||
section { margin-top: 1rem; }
|
section { margin-top: 1rem; }
|
||||||
|
|
||||||
#last-played { margin: 0 auto; }
|
#last-played { margin: 0 auto; min-width: 100%; }
|
||||||
|
|
||||||
#last-played tbody tr {
|
#last-played tbody tr {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
gap: .5rem;
|
||||||
grid-template-columns: 3rem 1fr 1fr; }
|
grid-template-columns: 3rem 1fr 1fr; }
|
||||||
|
|
||||||
|
#last-played tbody tr td:nth-child(2) { text-align: right; }
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user