5 lines
495 B
HTML
5 lines
495 B
HTML
<div class="grid lg:grid-cols-5 items-center">
|
|
<div class="lg:col-span-2 row-start-2 lg:row-start-auto w-[calc(100%-3rem)] sm:w-96 lg:max-w-none lg:w-full mx-auto lg:py-8 lg:pl-10">
|
|
<div class="prose prose-invert prose-lg bg-neutral-800 p-8 rounded-b-xl lg:rounded-b-0 rounded-l-0 lg:rounded-l-xl max-w-none pt-[8vw] lg:pt-8 mt-[-5vw] lg:mt-0 lg:mr-[-4vw] pr-[4vw] [&>p]:text-[1.5vw] text-xl xl:[&>h3]:text-[1.7vw]">
|
|
<h3 class="text-center lg:text-left">{{heading}}</h3>
|