in grid view cards can be a little smaller

This commit is contained in:
Gabriele Musco 2021-04-15 00:10:33 +02:00
parent bc28510322
commit d90fc2fed0
No known key found for this signature in database
GPG Key ID: 8539FD3454380B83
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ h1, h2, h3, h4, h5, h6 {
margin-bottom: 25px;
grid-template-columns: 1fr;
&.gridView {
grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
.card {
&.discrete {
}