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 {
|
.list {
|
||||||
display: flex;
|
display: grid;
|
||||||
flex-wrap: wrap;
|
grid-template-columns: repeat(2, auto);
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in a new issue