diff --git a/src/pages/ch/shop/[kategorie]/[unterkategorie].astro b/src/pages/ch/shop/[kategorie]/[unterkategorie].astro index f558c00..f3e8a73 100644 --- a/src/pages/ch/shop/[kategorie]/[unterkategorie].astro +++ b/src/pages/ch/shop/[kategorie]/[unterkategorie].astro @@ -56,13 +56,13 @@ const eigeneLeerSektion = !hatStoryBoxen && komplettLeer;
- {gesamtProdukte > 0 &&{t.shop.resultCount(gesamtProdukte)}
} + {gesamtProdukte > 0 &&{t.shop.resultCount(gesamtProdukte)}
} {hatStoryBoxen && ( diff --git a/src/pages/en/shop/[kategorie]/[unterkategorie].astro b/src/pages/en/shop/[kategorie]/[unterkategorie].astro index 903d4ef..89f082e 100644 --- a/src/pages/en/shop/[kategorie]/[unterkategorie].astro +++ b/src/pages/en/shop/[kategorie]/[unterkategorie].astro @@ -56,13 +56,13 @@ const eigeneLeerSektion = !hatStoryBoxen && komplettLeer; - {gesamtProdukte > 0 &&{t.shop.resultCount(gesamtProdukte)}
} + {gesamtProdukte > 0 &&{t.shop.resultCount(gesamtProdukte)}
} {hatStoryBoxen && ( diff --git a/src/pages/fr/shop/[kategorie]/[unterkategorie].astro b/src/pages/fr/shop/[kategorie]/[unterkategorie].astro index 3020a49..4942018 100644 --- a/src/pages/fr/shop/[kategorie]/[unterkategorie].astro +++ b/src/pages/fr/shop/[kategorie]/[unterkategorie].astro @@ -56,13 +56,13 @@ const eigeneLeerSektion = !hatStoryBoxen && komplettLeer; - {gesamtProdukte > 0 &&{t.shop.resultCount(gesamtProdukte)}
} + {gesamtProdukte > 0 &&{t.shop.resultCount(gesamtProdukte)}
} {hatStoryBoxen && ( diff --git a/src/pages/shop/[kategorie]/[unterkategorie].astro b/src/pages/shop/[kategorie]/[unterkategorie].astro index fc04da2..9cb2e74 100644 --- a/src/pages/shop/[kategorie]/[unterkategorie].astro +++ b/src/pages/shop/[kategorie]/[unterkategorie].astro @@ -69,13 +69,13 @@ const eigeneLeerSektion = !hatStoryBoxen && komplettLeer; - {gesamtProdukte > 0 &&{t.shop.resultCount(gesamtProdukte)}
} + {gesamtProdukte > 0 &&{t.shop.resultCount(gesamtProdukte)}
} {hatStoryBoxen && ( diff --git a/src/styles/global.css b/src/styles/global.css index 2e07a34..a78271b 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -110,7 +110,7 @@ img { max-width: 100%; display: block; } #result-count im Shop-Filter, das sich per JS live an die Filter anpasst. Auf ausdrücklichen Wunsch (04.08.2026): auf wirklich jeder Seite mit einer Produktliste soll man auf einen Blick sehen, wie viele Artikel dort stehen, nicht nur im Haupt-Shop. */ -.result-count-static { margin: 0 0 1rem; } +.result-count-static { margin: 0.9rem 0 1rem; } /* Buttons */ .btn {