Skip to content

Commit

Permalink
refactor: unreachable footer in projects page (#2518)
Browse files Browse the repository at this point in the history
Signed-off-by: adesh.exc <[email protected]>
  • Loading branch information
Adeesh-bode authored May 25, 2024
1 parent 32e5be5 commit 7d41f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function Footer() {
];

return (
<footer className="border-t border-gray-800 py-24">
<footer className="w-full border-t border-gray-800 py-24">
<div className="mx-auto max-w-screen-xl pt-8 sm:pt-16 px-4 sm:px-6 lg:px-8 pb-8">
<div className="grid grid-cols-1 gap-8 lg:grid-cols-2 lg:gap-4">
<div className="text-center lg:text-left">
Expand Down
Loading

0 comments on commit 7d41f0b

Please sign in to comment.