We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fac8fad + 7e6a7de commit 0039c2dCopy full SHA for 0039c2d
components/footer.js
@@ -7,8 +7,8 @@ const Footer = () => {
7
return (
8
<div>
9
<footer className=" p-6 sm:p-6 bg-gradient-to-b from-[#310046] to-[#000057]">
10
- <div className="md:flex md:flex-row flex-col md:justify-between md:px-40 pt-0 md:pt-4">
11
- <div className="mb-4 md:mb-0 mt-4 md:mt-0">
+ <div className="lg:flex lg:flex-row flex-col lg:justify-between lg:px-20 lg:pt-2 md:px-40 pt-0 md:pt-4">
+ <div className="mb-4 lg:mb-2 mt-4 md:mt-0">
12
<a
13
href="https://tailwindcsscomponents.vercel.app/"
14
className="flex items-center justify-center">
0 commit comments