Skip to content

Commit

Permalink
fix footer
Browse files Browse the repository at this point in the history
hamidroohi71 committed Jun 27, 2024
1 parent 5bfc3d7 commit 9c11221
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/BigText.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const BigText = () => {
return (
<div className="flex items-center justify-center py-[5vh]">
<div className="flex items-center justify-center py-[5vh] mt-[-30px] lg:mt-0">
<img
src="/images/DCDAO.png"
className="w-[50vw] h-[40vh] object-contain"
6 changes: 3 additions & 3 deletions src/components/CollectiveBunch.jsx
Original file line number Diff line number Diff line change
@@ -13,14 +13,14 @@ const CollectiveBunch = () => {
Join
</button>
</div>
<ul className="flex flex-col items-center justify-center gap-[20px] lg:block">
<ul className="flex flex-wrap items-center justify-center gap-[20px] lg:block">
<li className="text-[20px]">Dribbble</li>
<li className="text-[20px]">Instagram</li>
<li className="text-[20px]">X</li>
<li className="text-[20px]">Facebook</li>
<li className="text-[20px]">LinkedIn</li>
<li className="mt-[40px] text-[20px]">Work</li>
<li className="mb-[40px] text-[20px]">About</li>
<li className="lg:mt-[40px] text-[20px]">Work</li>
<li className="lg:mb-[40px] text-[20px]">About</li>
<li className="text-[20px] lg:w-[233px] text-center lg:text-left">
Unfold HQ 5920 Pan American Blvd Suite 205, North Port, Florida, 34287
</li>
2 changes: 1 addition & 1 deletion src/components/LetsChat.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const LetsChat = () => {
return (
<div className="w-full min-h-[375px] flex items-center justify-between flex-col lg:flex-row bg-white transition-all delay-75 duration-200 cursor-pointer hover:bg-[#FB3B94] mt-[50px] lg:my-[100px] p-[50px] rounded-[50px] gap-[20px] lg:gap-0 ">
<div className="w-full min-h-[375px] flex items-center justify-between flex-col lg:flex-row bg-white transition-all delay-75 duration-200 cursor-pointer hover:bg-[#FB3B94] mt-[70px] lg:my-[100px] p-[50px] rounded-[50px] gap-[20px] lg:gap-0 ">
<div>
<h2 className="text-[30px] lg:text-[120px] font-[600]">
Lets Start Now

0 comments on commit 9c11221

Please sign in to comment.