Skip to content

Commit 5b04712

Browse files
fix card shadow
1 parent fe08115 commit 5b04712

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

apps/app/pages/404.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ export default function Custom404() {
1818
<main className="styled-scroll max-sm:bg-secondary-700">
1919
<div className="min-h-screen overflow-hidden relative font-robo">
2020
<Navbar />
21-
<div className="mx-auto w-full max-w-[482px]">
22-
<div className="relative p-px">
23-
<div className="invisible sm:visible absolute inset-0 rounded-[25px] bg-linear-to-t from-secondary-800 to-secondary-300 pointer-events-none" />
24-
<div className="bg-secondary-700 rounded-3xl w-full overflow-hidden relative p-4 sm:h-[444px] max-sm:h-[90svh]">
21+
<div className="mx-auto w-full max-w-[480px]">
22+
<div className="bg-secondary-700 md:shadow-card rounded-3xl w-full overflow-hidden relative p-4 sm:h-[444px] max-sm:h-[90svh]">
2523
<MessageComponent>
2624
<MessageComponent.Content icon="red" center>
2725
<MessageComponent.Header>
@@ -54,7 +52,6 @@ export default function Custom404() {
5452
</GoHomeButton>
5553
</MessageComponent.Buttons>
5654
</MessageComponent>
57-
</div>
5855
</div>
5956
</div>
6057
</div>

0 commit comments

Comments
 (0)