Skip to content

Commit

Permalink
Update logo padding in Header component
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Jan 18, 2024
1 parent 9133941 commit e333c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ function Header() {
<div className='h-full '>
<UpperDecoration className='h-2/3' />
</div>
<a className='logo px-1' href='#'>
<a className='logo' href='#'>
Walnuts.dev
</a>
<div className='h-full items-end flex'>
<LowerDecoration className='pl-2 h-3/4' />
<LowerDecoration className='pl-1 h-3/4' />
</div>
</div>
</div>
Expand Down

0 comments on commit e333c29

Please sign in to comment.