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 = () => {
37
37
} , [ ] ) ;
38
38
39
39
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' >
41
41
< div className = 'text-center' >
42
42
Stay up to date with the world's best content platforms
43
43
</ div >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import React from 'react';
5
5
6
6
const Navbar = ( ) => {
7
7
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' >
9
9
< div className = 'mx-4 flex items-center justify-between py-2' >
10
10
< Link href = '/' className = 'font-semibold text-amber-300' >
11
11
{ siteConfig . name }
You can’t perform that action at this time.
0 commit comments