Skip to content

Commit

Permalink
Realigned logo on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Oct 22, 2024
1 parent facefd4 commit c6c6a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const Header = () => {

return (
<div className="flex lg:sticky top-0 navbar bg-base-100 min-h-0 flex-shrink-0 justify-between z-20 px-0 sm:px-2">
<div className="navbar-start ml-4 lg:ml-2">
<div className="navbar-start ">
<div className="flex lg:hidden">
<div className="flex justify-center items-center ml-8 lg:ml-0">
<Link href="/" passHref>
Expand Down

0 comments on commit c6c6a6f

Please sign in to comment.