adjustments

This commit is contained in:
Raj Sharma 2024-01-09 23:51:30 +05:30
parent 9dd0910602
commit 1ca34f1e7d
1 changed files with 7 additions and 9 deletions

View File

@ -44,7 +44,6 @@ export default async function Story({
}} }}
/> />
<BackgroundGradentProvider className="-z-10 h-screen w-full opacity-60" /> <BackgroundGradentProvider className="-z-10 h-screen w-full opacity-60" />
<SymetricGradProvider gradient_class={cn("rotate-0")} className="w-full">
<Image <Image
width={400} width={400}
height={300} height={300}
@ -52,7 +51,6 @@ export default async function Story({
alt={title} alt={title}
className="w-full h-48 object-cover opacity-70 backdrop-saturate-200 backdrop-contrast-200 -z-50" className="w-full h-48 object-cover opacity-70 backdrop-saturate-200 backdrop-contrast-200 -z-50"
/> />
</SymetricGradProvider>
<div className="container py-12 max-w-2xl"> <div className="container py-12 max-w-2xl">
<h1 className="text-2xl text-center text-pretty font-medium"> <h1 className="text-2xl text-center text-pretty font-medium">
{title} {title}