Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: header sizing #177

Merged
merged 4 commits into from
Sep 15, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/Header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ function Header() {
<div className='flex flex-col justify-center items-center w-full'>
<div className='w-[624px] sm:w-full text-center'>
<Heading
className='countdown-text-gradient'
className='countdown-text-gradient text-7xl tracking-[-3px] font-extrabold'
level='h1'
typeStyle='heading-lg'
typeStyle='heading'
>
AsyncAPI Conf On Tour 2023
</Heading>
Expand Down