Skip to content

Commit

Permalink
fix: header sizing (#177)
Browse files Browse the repository at this point in the history
* Fix header sizing

* Applied suggested changes
  • Loading branch information
SoNiC-HeRE authored Sep 15, 2023
1 parent 1d2330f commit a9aeb37
Showing 1 changed file with 2 additions and 2 deletions.
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 sm:text-4xl leading-normal sm:leading-38px tracking-[-3px] sm:tracking-[-0.02em] font-extrabold'
level='h1'
typeStyle='heading-lg'
typeStyle='heading'
>
AsyncAPI Conf On Tour 2023
</Heading>
Expand Down

0 comments on commit a9aeb37

Please sign in to comment.