Avoid collapsing of slider content box
This commit is contained in:
@@ -24,12 +24,14 @@
|
||||
<div class="absolute left-0 bottom-0 inset-x-0 px-4 py-8 w-full md:bottom-1/2 md:transform md:translate-y-1/2">
|
||||
<div class="lg:container px-0">
|
||||
<div class="p-4 bg-ep-primary-dark-80 sbw:bg-sbw-primary-80 mb-4 md:p-8 md:max-w-2xl">
|
||||
<span class="block text-2xl md:text-4xl lg:text-5xl max-w-sm md:max-w-none font-black text-white uppercase mb-8">
|
||||
<span class="block text-2xl md:text-4xl lg:text-5xl max-w-sm md:max-w-none font-black text-white uppercase mb-4 md:mb-8">
|
||||
{slide.headline}
|
||||
</span>
|
||||
<span class="md:text-lg text-white mb-8">
|
||||
{slide.subline}
|
||||
</span>
|
||||
<f:if condition="{slide.subline}">
|
||||
<span class="block md:text-lg text-white mb-4 md:mb-8">
|
||||
{slide.subline}
|
||||
</span>
|
||||
</f:if>
|
||||
<f:if condition="{slide.button}">
|
||||
<f:link.typolink parameter="{slide.page_uid}"
|
||||
class="inline-block button">
|
||||
|
||||
Reference in New Issue
Block a user