Adjust headline size of product teasers
This commit is contained in:
@@ -7,12 +7,18 @@
|
|||||||
|
|
||||||
.product-teaser__headline {
|
.product-teaser__headline {
|
||||||
display: block;
|
display: block;
|
||||||
line-height: 20px;
|
font-size: 24px;
|
||||||
|
line-height: 28px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
letter-spacing: normal;
|
||||||
|
text-transform: none;
|
||||||
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-teaser__subline {
|
.product-teaser__subline {
|
||||||
font-size: 20px;
|
font-size: 16px;
|
||||||
|
line-height: 20px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
<f:if condition="{teaser.hotelCount} == 1">
|
<f:if condition="{teaser.hotelCount} == 1">
|
||||||
<span class="searchresult-item__subline">{teaser.hotel.name}</span>
|
<span class="searchresult-item__subline">{teaser.hotel.name}</span>
|
||||||
<f:if condition="{teaser.hotel.category}">
|
<f:if condition="{teaser.hotel.category}">
|
||||||
<span class="searchresult-item__category"><strong>Kategorie</strong> {teaser.hotel.category}</span>
|
<span class="searchresult-item__category">Kategorie {teaser.hotel.category}</span>
|
||||||
</f:if>
|
</f:if>
|
||||||
</f:if>
|
</f:if>
|
||||||
<f:if condition="{teaser.hotelCount} > 1">
|
<f:if condition="{teaser.hotelCount} > 1">
|
||||||
|
|||||||
Reference in New Issue
Block a user