File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export const Header = () => {
1313 const mobileNavLinkClasses = "transition-colors hover:text-gray-900 py-1" ;
1414
1515 return (
16- < header className = "sticky top-0 z-50 w-full bg-[#F4F4F5] backdrop-blur-xl dark:bg-black/70 " >
16+ < header className = "sticky top-0 z-50 w-full backdrop-blur-xl" >
1717 < div className = "container-landing mx-auto flex h-16 items-center justify-between px-6" >
1818 < div className = "flex items-center space-x-3" >
1919 < Image
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export const HeroSection = () => {
3333 )` ;
3434
3535 return (
36- < section className = "container-landing group relative py-12 md:py-12 " >
36+ < section className = "container-landing group relative py-16 " >
3737 < div className = "border border-white/10" >
3838 < div className = "grid h-32 grid-cols-12 border-white/10 border-b" >
3939 { /* Top Left: Fan/Perspective Pattern */ }
You can’t perform that action at this time.
0 commit comments