Grid for text search.

This commit is contained in:
Bradley Shellnut 2022-08-08 14:45:39 -07:00
parent 7c0e774ed9
commit b455b83759

View file

@ -44,8 +44,9 @@
label {
display: grid;
grid-template-columns: auto auto auto;
grid-template-columns: auto auto;
gap: 1rem;
place-content: start;
place-items: center;
margin: 1rem;