feat: change button hover, change small textimage design

This commit is contained in:
2024-12-17 16:03:34 +01:00
parent 6f9ed95263
commit 911c228322
6 changed files with 15 additions and 19 deletions

View File

@@ -13,7 +13,7 @@
<f:then><f:variable name="sizeClass" value="size-50" /></f:then>
</f:if>
<div class="textimage-container image-pos-{data.imageorient} fade-in-on-scroll">
<div class="textimage-container image-pos-{data.imageorient} {sizeClass} fade-in-on-scroll">
<div class="textimage-image-wrapper {sizeClass}">
<f:if condition="{data.image}">
<f:then>
@@ -53,7 +53,7 @@
</f:else>
</f:if>
</div>
<div class="textimage-wrapper">
<div class="textimage-wrapper {sizeClass}">
<f:if condition="{data.header}">
<h2 class="textimage-header">{data.header}</h2>
<h3 class="textimage-subheader">{data.subheader}</h3>