mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Grid for text search.
This commit is contained in:
parent
7c0e774ed9
commit
b455b83759
1 changed files with 2 additions and 1 deletions
|
|
@ -44,8 +44,9 @@
|
||||||
|
|
||||||
label {
|
label {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto auto auto;
|
grid-template-columns: auto auto;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
place-content: start;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
margin: 1rem;
|
margin: 1rem;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue