Use semantic lists for the other item lists

This commit is contained in:
Oliver 2025-12-25 16:46:07 -07:00
parent 07cba3d409
commit b5b022247e
2 changed files with 9 additions and 8 deletions

View file

@ -79,6 +79,7 @@
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
grid-template-rows: repeat(3, auto);
align-items: center;
gap: 2px;
ul {