Skip to content

Commit

Permalink
style: responsive footer
Browse files Browse the repository at this point in the history
  • Loading branch information
amolsasane committed Jul 22, 2024
1 parent 0a021f6 commit 80e116d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const Footer = () => {
</div>

<div className="w-full lg:flex-1 lg:pt-5">
<div className="grid grid-cols-1 gap-6 text-center sm:text-left sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 mt-8 lg:mt-0">
<div className="grid grid-cols-1 gap-6 text-center md:ml-[7rem] sm:ml-[10rem] lg:ml-0 sm:text-left sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 mt-8 lg:mt-0">
<div>
<h3 className="text-white font-bold uppercase">About</h3>
<a
Expand Down

0 comments on commit 80e116d

Please sign in to comment.