Skip to content

Commit

Permalink
Improve footer styling (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marjona6 committed Apr 20, 2024
1 parent 2bae6b1 commit 1d40bbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const Layout = ({ children }) => {

return (
<>
{children}
<div className="absolute bg-gray-300 h-[200px] w-screen ml-[-40px] bottom-0 px-10 pb-10">
<div className="flex gap-x-10 absolute bottom-10">
<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>Copyright ©2024 FULFIL</div>
<Link to="/legal-and-privacy" className="underline">
Legal and Privacy Information
Expand Down

0 comments on commit 1d40bbc

Please sign in to comment.