File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments