Skip to content

Commit 69cdca0

Browse files
committed
feat(website): some nice css updates
1 parent 9e8ce44 commit 69cdca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ const Header = () => {
2525
const { siteConfig } = useDocusaurusContext()
2626
return (
2727
<header className='text-center flex flex-col items-center gap-6 bg-smores-200 dark:bg-mud-700 py-14 sm:py-16 px-8'>
28-
<Logo className='w-80 sm:w-96 max-w-full' />
29-
<div className='flex flex-col items-center gap-0.5'>
28+
<Logo className='w-60 sm:w-80 max-w-full' />
29+
<div className='flex flex-col items-center gap-0.5 max-w-full'>
3030
<Heading
3131
as='h1'
3232
className='text-balance font-normal w-[40ch] max-w-full text-2xl sm:text-3xl'

0 commit comments

Comments
 (0)