Skip to content

Commit

Permalink
changes footer width for large devices
Browse files Browse the repository at this point in the history
  • Loading branch information
anjalsali committed Feb 15, 2024
1 parent 182b850 commit 52682b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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">
<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">
Expand Down

0 comments on commit 52682b1

Please sign in to comment.