mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update template-detail.tsx
This commit is contained in:
parent
821d3dfa54
commit
592a78f8ad
@ -86,14 +86,14 @@ export const TemplatesDetail: FC<Props> = ({ data }) => {
|
|||||||
"rounded-lg landing-md:rounded-xl landing-lg:rounded-3xl",
|
"rounded-lg landing-md:rounded-xl landing-lg:rounded-3xl",
|
||||||
"-mx-4 landing-sm:-mx-0",
|
"-mx-4 landing-sm:-mx-0",
|
||||||
"landing-sm:px-4",
|
"landing-sm:px-4",
|
||||||
"aspect-[1168/736]",
|
"aspect-[1485/736]",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
className={clsx(
|
className={clsx(
|
||||||
"rounded-lg landing-md:rounded-xl landing-lg:rounded-3xl",
|
"rounded-lg landing-md:rounded-xl landing-lg:rounded-3xl",
|
||||||
"block",
|
"block",
|
||||||
"aspect-[1168/736]",
|
"aspect-[1485/736]",
|
||||||
)}
|
)}
|
||||||
src={data.images[0]}
|
src={data.images[0]}
|
||||||
alt={data.title}
|
alt={data.title}
|
||||||
|
Loading…
Reference in New Issue
Block a user