Skip to content

Commit

Permalink
Fix(style): Fixed Bottom Menubar for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamius00 committed Jan 21, 2024
1 parent ea2551d commit d14ac60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Layout: React.FC<LayoutProps> = ({
content="/_next/image?url=%2Fog-image.png&w=640&q=75"
/>
</Head>
<header className="m hidden items-center justify-around bg-[#2d3142] p-2 text-white md:flex">
<header className="hidden items-center justify-around bg-[#2d3142] p-2 text-white md:flex">
<div className="flex w-3/5 max-w-3xl justify-around">
<Link href="/home" className="flex">
<AiFillHome className="mr-1.5 text-2xl" />
Expand Down

0 comments on commit d14ac60

Please sign in to comment.