From d89da515b050ce8d7509884a71c24fda9e55963c Mon Sep 17 00:00:00 2001 From: Debjit Naskar <45399832+captain-n3m0@users.noreply.github.com> Date: Sat, 24 Aug 2024 06:00:29 +0530 Subject: [PATCH] Revert "Removed Penguin Mascot." This reverts commit a079b4bc9a41eaf5d07c19ada854547876d73b11. --- src/components/ui/lamp.tsx | 26 +++++++++++++------------- src/pages/Home.tsx | 6 ++++++ 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/src/components/ui/lamp.tsx b/src/components/ui/lamp.tsx index 3432c68..4aee29e 100644 --- a/src/components/ui/lamp.tsx +++ b/src/components/ui/lamp.tsx @@ -29,10 +29,10 @@ export const LampContainer = ({ style={{ backgroundImage: `conic-gradient(var(--conic-position), var(--tw-gradient-stops))`, }} - className="absolute inset-auto right-1/2 h-56 overflow-visible w-[30rem] bg-gradient-conic from-[#B49955] via-transparent to-transparent text-white [--conic-position:from_70deg_at_center_top] sm:w-[20rem] sm:h-40" + className="absolute inset-auto right-1/2 h-56 overflow-visible w-[80vw] max-w-[30rem] bg-gradient-conic from-[#B49955] via-transparent to-transparent text-white [--conic-position:from_70deg_at_center_top]" > -
- + +