use grid instead of flex for index page

This commit is contained in:
rhiannon morris 2024-07-07 22:07:05 +02:00
parent 02214bca0b
commit 0561f9dab1
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@
.list {
display: flex;
flex-wrap: wrap;
display: grid;
grid-template-columns: repeat(2, auto);
align-items: center;
justify-content: space-evenly;
padding: 0;