fixed themes grid size

pull/1638/head
antelle 2020-11-27 22:28:10 +01:00
parent 8e0dc326cb
commit ec43f0a549
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@
&__general-themes {
width: calc(100% - 10em);
display: grid;
grid-template-columns: repeat(auto-fill, 10em);
grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
grid-gap: $base-spacing;
margin-bottom: $base-spacing;
}