This commit is contained in:
Dhravya 2024-06-29 09:34:28 -05:00
parent 526268f997
commit f420dc7616
11 changed files with 877 additions and 368 deletions

View file

@ -20,7 +20,7 @@ async function Layout({ children }: { children: React.ReactNode }) {
<div className="relative flex justify-center z-40 pointer-events-none">
<div
className="absolute -z-10 left-0 top-[10%] h-32 w-[90%] overflow-x-hidden bg-[rgb(54,157,253)] bg-opacity-70 blur-[337.4px]"
className="absolute -z-10 left-0 top-[10%] h-32 w-[90%] overflow-x-hidden bg-[rgb(54,157,253)] bg-opacity-100 md:bg-opacity-70 blur-[337.4px]"
style={{ transform: "rotate(-30deg)" }}
/>
</div>