Use semantic lists for the other item lists
This commit is contained in:
parent
07cba3d409
commit
b5b022247e
2 changed files with 9 additions and 8 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue