h
Some checks failed
fetch npm modules / f0ck the f0cker (push) Failing after 0s

This commit is contained in:
x 2025-01-24 07:28:58 +01:00
parent c508f2008c
commit 5ec5fcfbf5

View File

@ -3114,4 +3114,39 @@ input#s_avatar {
font-family: monospace;
font-size: 12px;
}
tr {
display: grid;
grid-template-columns: auto auto auto auto;
grid-template-rows: auto;
}
tbody td {
box-shadow: none;
}
table tr td:nth-child(4) {
color: yellow;
font-size: xx-large;
font-family: 'VCR';
justify-content: center;
align-items: center;
align-self: center;
}
td:nth-child(1) {
grid-column: 6;
}
td:nth-child(2) {
grid-column: 1;
}
td:nth-child(3) {
grid-column: 2;
}
td:nth-child(4) {
grid-column: 3;
}
}