fix homepage blog posts grid

pull/9941/head
Thibault Duplessis 2021-10-07 14:45:26 +02:00
parent 7aab6beaf4
commit 061f751cc9
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ body {
}
.lobby__blog {
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
grid-gap: 0 2%;
grid-template-rows: auto; /* first row auto */
grid-auto-rows: 0; /* all the other rows 0 */