wn-discoteam-theme/partials/staticblocks/title.htm

11 lines
445 B
HTML

<div class="section-title py-8 h-72 bg-gray-500 bg-blend-multiply text-white font-serif bg-cover bg-center"
style="background-image: url({{ section.image|media }})">
<div class="container h-full">
<div class="flex h-full items-end">
<div class="w-full md:w-1/2">
<h1 class="text-white text-7xl uppercase leading-none">{{ section.text|nl2br }}</h1>
</div>
</div>
</div>
</div>