Skip to content

Commit

Permalink
Merge pull request #4 from shampsdev:dev
Browse files Browse the repository at this point in the history
updated header size
  • Loading branch information
mikedegeofroy authored Oct 8, 2024
2 parents ba22f0c + e2d456f commit a5e89ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const Header = () => {
<div className='w-full h-fit fixed p-5 z-10'>
<div className='border bg-white h-fit w-full rounded-[2.3rem] pl-8 pr-10 py-4'>
<div className='flex justify-between items-center'>
<Icons.logo className='w-[93px] h-[41px] md:w-[62px] md:h-[27px]' />
<Icons.logo className='w-[62px] h-[27px]' />
<div className='hidden md:flex gap-24'>
<div className='text-lg font-consolas flex gap-10'>
<p className='cursor-pointer'>[ Блог ]</p>
Expand Down

0 comments on commit a5e89ad

Please sign in to comment.