Skip to content

Commit

Permalink
#139 fix header container issue
Browse files Browse the repository at this point in the history
  • Loading branch information
William Lima committed Dec 8, 2023
1 parent 5b96b4e commit 08c4ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home/NavTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const NavBar: React.FC<{ menu: any; logo: string }> = ({ menu, logo }) => {
{({ open }) => (
<>
<div className="mx-auto px-2 sm:px-4 2xl:px-14">
<div className="flex h-24">
<div className="flex h-24 lg:container lg:mx-auto">
<div
className={`flex px-2 lg:px-0 lg:w-[calc(100%-84px)] ${
iseMenuScrollable ? 'is-scrollable relative' : ''
Expand Down

0 comments on commit 08c4ee9

Please sign in to comment.