adding grid extension

This commit is contained in:
2022-05-28 17:45:16 -06:00
parent 2d9eb8640b
commit 92541aee3a

View File

@ -0,0 +1,3 @@
.auto-cols-max-fr {
grid-template-column: max-content 1fr;
}