mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Fixing game search width.
This commit is contained in:
parent
b39f8ef1de
commit
cdc243b264
1 changed files with 9 additions and 7 deletions
|
|
@ -149,15 +149,17 @@
|
|||
margin: 1rem;
|
||||
}
|
||||
|
||||
.game-form {
|
||||
/* display: flex; */
|
||||
/* place-items: center; */
|
||||
}
|
||||
|
||||
.game-form fieldset {
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
grid-template-columns: repeat(3, minmax(200px, 1fr));
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
/* flex-direction: column; */
|
||||
/* flex-wrap: wrap; */
|
||||
/* gap: 0.2rem; */
|
||||
}
|
||||
|
||||
.game-form label {
|
||||
display: grid;
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
section {
|
||||
|
|
|
|||
Loading…
Reference in a new issue