Skip to content

Commit 8471e5f

Browse files
authored
Update fast-search-card.js
1 parent f4144ee commit 8471e5f

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
@@ -1130,6 +1130,15 @@ class FastSearchCard extends HTMLElement {
11301130
transform: translateX(20px);
11311131
}
11321132

1133+
/* Mobile: Category-Buttons zentrieren */
1134+
@media (max-width: 768px) {
1135+
.category-buttons {
1136+
justify-content: center;
1137+
width: 100%;
1138+
gap: 2px;
1139+
}
1140+
}
1141+
11331142
.category-buttons.visible {
11341143
display: flex;
11351144
}

0 commit comments

Comments
 (0)