Skip to content

Commit b8c1cc5

Browse files
committed
www: prettified
1 parent 34f9607 commit b8c1cc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

www/src/app/(landing)/_components/brands.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

www/src/components/layouts/navigation/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import React from 'react';
55

66
const 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}

0 commit comments

Comments
 (0)