Skip to content

Commit

Permalink
Merge pull request #66 from PMReadyOfficial/mobile
Browse files Browse the repository at this point in the history
fixed some minor adjustments on the mobile view
  • Loading branch information
samanthap88 authored Apr 23, 2024
2 parents 2f5af1d + 77d4a31 commit 8d8e1ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/about/VolunteerBanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function VolunteerBanner() {
PMReady is made <br className="block lg:hidden" /> <span className="text-[#FA9D74]">by PMs, </span> <span className="text-[#3BCABE]">for PMs</span>
</h1>
<div className="flex flex-col gap-5 items-center mt-[36px]">
<div className="flex flex-row gap-5 sm:hidden lg:block">
<div className=" flex-row gap-5 hidden lg:block">
<div className="inline-block justify-center text-center w-[211px]">
<img className="mx-auto block w-40 h-40 rounded-full" src="./images/macy.jpeg"></img>
<p className="font-lexend text-lg font-semibold mt-2" >Macy So</p>
Expand All @@ -30,7 +30,7 @@ export default function VolunteerBanner() {
<p className="font-inter text-lg mt-2">Product Manager</p>
</div>
</div>
<div className="flex flex-row gap-5 sm:hidden lg:block">
<div className="flex-row gap-5 hidden lg:block">
{/*<div className="inline-block justify-center text-center w-[211px]">
<img className="mx-auto block w-40 h-40 bg-[#D9D9D9] rounded-full" src="./images/lenin.jpeg"></img>
<p className="font-lexend text-lg font-semibold mt-2" >Lenin Kennedy</p>
Expand Down Expand Up @@ -71,7 +71,7 @@ export default function VolunteerBanner() {
<div className="flex flex-row gap-2 sm:block lg:hidden">
<div className="inline-block justify-center text-center w-[150px] min-[400px]:w-[211px]">

<img className="mx-auto block w-[107px] h-[107px] min-[400px]:w-40 min-[400px]:h-40 bg-[#D9D9D9] rounded-full" src="./images/macy.jpeg"></img>
<img className="mx-auto block w-40 h-40 bg-[#D9D9D9] rounded-full" src="./images/macy.jpeg"></img>

<p className="font-lexend text-lg font-semibold mt-2" >Macy So</p>
<p className="font-inter text-base min-[400px]:text-lg mt-2">Founder</p>
Expand All @@ -88,7 +88,7 @@ export default function VolunteerBanner() {
<div className="flex flex-row gap-2 sm:block lg:hidden">
<div className="inline-block justify-center text-center w-[150px] min-[400px]:w-[211px]">

<img className="mx-auto block w-[107px] h-[107px] min-[400px]:w-40 min-[400px]:h-40 bg-[#D9D9D9] rounded-full" src="./images/catherine.jpg"></img>
<img className="mx-auto block w-40 h-40 bg-[#D9D9D9] rounded-full" src="./images/catherine.jpg"></img>

<p className="font-lexend text-lg font-semibold mt-2" >Catherine Tai</p>
<p className="font-inter text-base min-[400px]:text-lg mt-2">Product Manager</p>
Expand Down

0 comments on commit 8d8e1ba

Please sign in to comment.