Skip to content

Commit 0039c2d

Browse files
Merge pull request #252 from kaartik2611/footer-changes
updated components/footer.js
2 parents fac8fad + 7e6a7de commit 0039c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const Footer = () => {
77
return (
88
<div>
99
<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">
10+
<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">
11+
<div className="mb-4 lg:mb-2 mt-4 md:mt-0">
1212
<a
1313
href="https://tailwindcsscomponents.vercel.app/"
1414
className="flex items-center justify-center">

0 commit comments

Comments
 (0)