Skip to content

Commit 73b112c

Browse files
authored
Update fast-search-card.js
1 parent 1b7e7bf commit 73b112c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

dist/fast-search-card.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,10 +1781,15 @@ class FastSearchCard extends HTMLElement {
17811781
/* Für sehr schmale Bildschirme */
17821782
@media (max-width: 500px) {
17831783
.ma-grid-container {
1784-
grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
1784+
grid-template-columns: repeat(2, 1fr);
17851785
gap: 12px;
17861786
}
1787-
}
1787+
1788+
.ma-grid-image {
1789+
width: 60px;
1790+
height: 60px;
1791+
}
1792+
}
17881793

17891794
.ma-grid-item {
17901795
display: flex;

0 commit comments

Comments
 (0)