Skip to content

Commit

Permalink
button fix for iphone
Browse files Browse the repository at this point in the history
  • Loading branch information
voynow committed Oct 11, 2024
1 parent 7c7151a commit a288001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Navbar(): JSX.Element {

return (
<nav className="fixed top-0 w-full bg-gray-100 text-gray-800 z-10">
<div className="px-8 flex justify-between items-center h-16">
<div className="px-4 sm:px-8 flex justify-between items-center h-16">
<Link href="/" className="text-3xl font-bold hover:text-gray-500 transition duration-300 ease-in-out">
Track<span className="text-blue-500">Flow</span>
</Link>
Expand Down

0 comments on commit a288001

Please sign in to comment.