- ab {minPrice} €
+ ab {minPrice} €
-
+
p. P. / inkl. {f:if(condition: '{season} == "s"', then: 'Bergbahnticket', else: 'Skipass')}
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Teasergroup.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Teasergroup.html
index 866f1499..259dbe1b 100644
--- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Teasergroup.html
+++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/Teasergroup.html
@@ -21,19 +21,19 @@
data-action="teasergrid#grid"
data-teasergrid-target="button">
diff --git a/tailwind.config.js b/tailwind.config.js
index 5cf6252c..a7862e13 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -42,6 +42,9 @@ module.exports = {
xl: '1280px',
},
extend: {
+ fontSize: {
+ 'xs': '.6rem',
+ },
colors: {
overlay: {
black: tinycolor('#000000').setAlpha(0.85).toRgbString(),