fixed minor CSS selector issue

This commit is contained in:
MarshDeer 2024-08-30 16:32:09 -04:00
parent 3f46094251
commit 3baad97dee

View File

@ -63,7 +63,7 @@ main {
margin: 0 auto;
}
label input {
label :has(input) {
grid-area: input;
}