Skip to content

Commit

Permalink
Changed the footer to full width
Browse files Browse the repository at this point in the history
  • Loading branch information
pmAdriaan committed Feb 15, 2024
1 parent 5581850 commit b8172ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const Footer = () => {

return (
<footer className="bg-white dark:bg-secondary">
<div className="mx-auto w-full max-w-screen-xl p-4 py-6 lg:py-8">
<hr className=" border-gray-900 sm:mx-auto dark:border-gray-100 mb-6" />
<div className="mx-auto w-full p-4 py-6 lg:py-8">
<hr className="border-gray-900 sm:mx-auto dark:border-gray-100 mb-6" />
<div className="md:flex md:justify-around">
<div className="mb-6 md:mb-0 flex items-center">
<a href="https://zoneofgames.co.uk/">
Expand Down

0 comments on commit b8172ec

Please sign in to comment.