use grid instead of flex for index page
This commit is contained in:
parent
02214bca0b
commit
0561f9dab1
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue