Update and delete games #48

Merged
Egamorf merged 10 commits from feature/update-and-delete-games into main 2025-05-13 14:13:31 +02:00
Showing only changes of commit fbf72db734 - Show all commits

View File

@@ -89,3 +89,16 @@
.submit ::deep svg { .submit ::deep svg {
fill: var(--green); fill: var(--green);
} }
@media screen and (max-width: 700px) {
.row {
height: 104px;
display: grid;
grid-template-rows: 48px 48px;
grid-template-columns: 48px 1fr 100px;
}
.role {
grid-column: 2;
}
}