Add game add button in detail
This commit is contained in:
@@ -118,3 +118,20 @@
|
||||
.buttons button:hover {
|
||||
background: var(--violet-selected);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
.input-game {
|
||||
grid-template-columns: auto 1fr;
|
||||
}
|
||||
|
||||
#label-description {
|
||||
width: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
.game-form {
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user