Skip to content

Commit

Permalink
Small improvement to footer text on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
Marjona6 committed Jun 29, 2024
1 parent ab533c9 commit 866f552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Layout = ({ children }) => {
<>
<div className="mb-[240px]">{children}</div>
<div className="absolute bg-gray-300 h-[200px] w-screen bottom-0 left-0 px-6 md:px-10 pb-10">
<div className="flex md:gap-x-10 justify-between md:justify-start absolute bottom-10 text-sm">
<div className="flex md:gap-x-10 justify-between md:justify-start absolute bottom-10 text-xs w-[calc(100%-48px)] md:w-[calc(100%-80px)]">
<div>Copyright ©2024 FULFIL</div>
<Link to="/legal-and-privacy" className="underline">
Legal and Privacy Information
Expand Down

0 comments on commit 866f552

Please sign in to comment.