From ce421851f2fae034452a15b5b8fc2f36adc5bb34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Mon, 17 Sep 2018 17:43:26 +0200 Subject: [PATCH] Ensure equal heights of teasers. Again. --- .../Resources/Private/Assets/scss/remix/_product.scss | 4 ++++ .../Resources/Private/Assets/scss/remix/_teaserbox.scss | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_product.scss b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_product.scss index 5f92065f..e0742340 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_product.scss +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_product.scss @@ -1,5 +1,9 @@ .product-teaser {} +.product-teaser__description { + min-height: 100px; +} + .product-teaser__footer { display: flex; flex-wrap: nowrap; diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_teaserbox.scss b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_teaserbox.scss index 0c4f6195..bf96df91 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_teaserbox.scss +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_teaserbox.scss @@ -46,7 +46,7 @@ margin: 20px 0 40px; @include mq($from: desktop) { - height: 420px; + height: 450px; max-width: 270px; margin: 30px 0; }