enzostvs HF staff commited on
Commit
9b2221a
1 Parent(s): 6c267a4
Files changed (1) hide show
  1. app/page.tsx +1 -1
app/page.tsx CHANGED
@@ -15,7 +15,7 @@ export default function Home() {
15
  </h2>
16
  </header>
17
  </Form>
18
- <div className="w-full lg:w-[400px] h-[250px] lg:h-[400px] bg-gradient-to-br from-amber-300 to-amber-600 absolute left-0 top-0 -z-[1] blur-2xl lg:blur-[230px]" />
19
  </section>
20
  );
21
  }
 
15
  </h2>
16
  </header>
17
  </Form>
18
+ <div className="w-full lg:w-[400px] h-[250px] lg:h-[400px] bg-gradient-to-br from-amber-300 to-amber-600 absolute left-0 top-0 -z-[1] blur-2xl lg:blur-[230px] max-lg:opacity-60" />
19
  </section>
20
  );
21
  }