Skip to content

Commit

Permalink
Update Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Apr 6, 2024
1 parent 1c5da0a commit ec3c528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const Header = () => {

return (
<>
<div className="sticky top-0 navbar bg-[#0e0e0e] flex-shrink-0 justify-between z-20 py-4 px-2">
<div className="sticky top-0 navbar bg-[#0e0e0e] flex-shrink-0 justify-between z-20 py-4 px-2 sm:pr-4">
<div className="navbar-start w-auto lg:w-1/2">
<div className="lg:hidden dropdown" ref={burgerMenuRef}>
<label
Expand All @@ -113,7 +113,7 @@ export const Header = () => {
</ul>
)}
</div>
<Link href="/" passHref className="lg:flex items-center gap-1 ml-6 sm:ml-4 mr-0">
<Link href="/" passHref className="lg:flex items-center gap-1 ml-2 sm:ml-4 mr-0">
<svg
width="121"
height="34"
Expand Down

0 comments on commit ec3c528

Please sign in to comment.