Skip to content

Commit

Permalink
refactor: adjust logo dimensions and header padding for improved layout
Browse files Browse the repository at this point in the history
  • Loading branch information
joywin2003 committed Nov 24, 2024
1 parent 89d0727 commit 25bf53e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/widget/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ const Nav = () => {
<div className="header-2 fixed left-0 top-0 w-full flex md:py-[20px] md:px-[30px] p-[30px] z-[60] justify-between items-center">
<Image
src={`${tedxsjecAssetsPrefix}/logo/blackLogo.webp`}
height={200}
width={200}
height={180}
width={180}
alt="logo"
// layout="fixed"
priority={true}
/>
</div>
<div className="fullpage-menu-inner flex items-center h-full px-[50px] py-[10px] md:px-[80px] md:py-[40px]">
<div className="fullpage-menu-inner flex items-center h-full px-[40px] py-[10px] md:px-[80px] md:py-[40px]">
<div className="menu-bg h-full w-full absolute left-0 top-0">
<span className="bg-white block back w-full h-[34%]"></span>
<span className="bg-white block back w-full h-[34%]"></span>
Expand Down

0 comments on commit 25bf53e

Please sign in to comment.