Update and delete games (#48)
All checks were successful
Game Ideas deploy / build-test-deploy (push) Successful in 1m27s
All checks were successful
Game Ideas deploy / build-test-deploy (push) Successful in 1m27s
Co-authored-by: Maxime Adler <madler@sqli.com> Reviewed-on: #48
This commit was merged in pull request #48.
This commit is contained in:
@@ -89,3 +89,16 @@
|
||||
.submit ::deep svg {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user