File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/(landing)/_components
components/layouts/navigation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export const Brands = () => {
3737 } , [ ] ) ;
3838
3939 return (
40- < div className = 'mt-20 flex w-full flex-col items-center justify-between gap-12 py -4 px -4 lg:px-10' >
40+ < div className = 'mt-20 flex w-full flex-col items-center justify-between gap-12 px -4 py -4 lg:px-10' >
4141 < div className = 'text-center' >
4242 Stay up to date with the world's best content platforms
4343 </ div >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import React from 'react';
55
66const Navbar = ( ) => {
77 return (
8- < nav className = 'fixed top-0 z-[1] w-full bg-transparent font-outfit px-0 lg:px-6' >
8+ < nav className = 'fixed top-0 z-[1] w-full bg-transparent px-0 font-outfit lg:px-6' >
99 < div className = 'mx-4 flex items-center justify-between py-2' >
1010 < Link href = '/' className = 'font-semibold text-amber-300' >
1111 { siteConfig . name }
You can’t perform that action at this time.
0 commit comments