@@ -13,20 +13,20 @@ const Layout: React.FC<LayoutProps> = ({ children }) => {
1313 < div className = "via-gunmetal-25 to-bleu_de_france-25 relative flex min-h-screen flex-col overflow-hidden bg-gradient-to-br from-white" >
1414 { /* Background Radial Gradients */ }
1515 < div className = "pointer-events-none absolute inset-0 overflow-hidden" >
16- { /* Top left gradient */ }
17- < div className = "via-bleu_de_france-50/20 absolute -left-40 -top-40 size-80 rounded-full bg-gradient-radial from-bleu_de_france-100/30 to-transparent blur-3xl" > </ div >
16+ { /* Top left gradient - reduced opacity on mobile */ }
17+ < div className = "via-bleu_de_france-50/10 absolute -left-40 -top-40 size-80 rounded-full bg-gradient-radial from-bleu_de_france-100/15 to-transparent blur-3xl sm:via-bleu_de_france-50/20 sm:from-bleu_de_france-100/30 " > </ div >
1818
19- { /* Top right gradient */ }
20- < div className = "via-keppel-50/15 absolute -right-32 -top-32 size-96 rounded-full bg-gradient-radial from-keppel-100/25 to-transparent blur-3xl" > </ div >
19+ { /* Top right gradient - smaller and less opaque on mobile */ }
20+ < div className = "via-keppel-50/8 absolute -right-32 -top-32 size-64 rounded-full bg-gradient-radial from-keppel-100/12 to-transparent blur-2xl sm:size-96 sm:via-keppel-50/15 sm:from-keppel-100/25 sm: blur-3xl" > </ div >
2121
22- { /* Center gradient */ }
23- < div className = "from-saffron-50/20 via-saffron-25/10 absolute left-1/2 top-1/2 size-[600px ] -translate-x-1/2 -translate-y-1/2 rounded-full bg-gradient-radial to-transparent blur-3xl" > </ div >
22+ { /* Center gradient - much smaller on mobile */ }
23+ < div className = "from-saffron-50/10 via-saffron-25/5 absolute left-1/2 top-1/2 size-[300px ] -translate-x-1/2 -translate-y-1/2 rounded-full bg-gradient-radial to-transparent blur-2xl sm:size-[600px] sm:from-saffron-50/20 sm:via-saffron-25/10 sm: blur-3xl" > </ div >
2424
25- { /* Bottom left gradient */ }
26- < div className = "via-keppel-50/10 absolute -bottom-48 -left-48 size-96 rounded-full bg-gradient-radial from-keppel-100/20 to-transparent blur-3xl" > </ div >
25+ { /* Bottom left gradient - reduced on mobile */ }
26+ < div className = "via-keppel-50/5 absolute -bottom-48 -left-48 size-64 rounded-full bg-gradient-radial from-keppel-100/10 to-transparent blur-2xl sm:size-96 sm:via-keppel-50/10 sm:from-keppel-100/20 sm: blur-3xl" > </ div >
2727
28- { /* Bottom right gradient */ }
29- < div className = "via-bleu_de_france-50/15 absolute -bottom-40 -right-40 size-80 rounded-full bg-gradient-radial from-bleu_de_france-100/25 to-transparent blur-3xl" > </ div >
28+ { /* Bottom right gradient - reduced on mobile */ }
29+ < div className = "via-bleu_de_france-50/8 absolute -bottom-40 -right-40 size-64 rounded-full bg-gradient-radial from-bleu_de_france-100/12 to-transparent blur-2xl sm:size-80 sm:via-bleu_de_france-50/15 sm:from-bleu_de_france-100/25 sm: blur-3xl" > </ div >
3030 </ div >
3131
3232 { /* Header */ }
0 commit comments