Fix row and card style regressions

This commit is contained in:
Simounet
2022-03-15 13:54:04 +01:00
parent eb99cacf43
commit d0cfdaf10e
7 changed files with 17 additions and 17 deletions

View File

@ -3,7 +3,7 @@
========================================================================== */
@media only screen and (min-width: 450px) {
.row {
.entries-row {
grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}
}