fix css
This commit is contained in:
@@ -46,7 +46,7 @@ const [thumbs, optimizedGallery] = galleryWithCover
|
|||||||
imageClassName="aspect-3/4 w-[400px] lg:w-auto object-top mx-auto h-auto"
|
imageClassName="aspect-3/4 w-[400px] lg:w-auto object-top mx-auto h-auto"
|
||||||
/>
|
/>
|
||||||
<div class="flex flex-1 flex-col gap-8">
|
<div class="flex flex-1 flex-col gap-8">
|
||||||
<h1 class="text-nowrap font-bold">{data.name}</h1>
|
<h1 class="lg:text-nowrap font-bold">{data.name}</h1>
|
||||||
{data.description && <span>{data.description}</span>}
|
{data.description && <span>{data.description}</span>}
|
||||||
<Content />
|
<Content />
|
||||||
{data.socialMediaLinks && (
|
{data.socialMediaLinks && (
|
||||||
|
|||||||
Reference in New Issue
Block a user