Skip to content

Commit 1b7e7bf

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dist/fast-search-card.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,6 +1777,15 @@ class FastSearchCard extends HTMLElement {
17771777
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
17781778
gap: 16px;
17791779
}
1780+
1781+
/* Für sehr schmale Bildschirme */
1782+
@media (max-width: 500px) {
1783+
.ma-grid-container {
1784+
grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
1785+
gap: 12px;
1786+
}
1787+
}
1788+
17801789
.ma-grid-item {
17811790
display: flex;
17821791
flex-direction: column;

0 commit comments

Comments
 (0)