Skip to content

Commit

Permalink
Merge pull request #106 from acm-ucr/AgentEinstein/LandingPage
Browse files Browse the repository at this point in the history
Landing page now responsive on most mobile phones
  • Loading branch information
menthy-wu authored Nov 25, 2023
2 parents c87b6b9 + a01fc22 commit b70b2cd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/home/Landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ const Landing = () => {
<img
src={landing.src}
alt="landing img"
className="w-full object-cover aspect-[16/5] "
className="w-full object-cover aspect-[16/9] md:aspect-[16/5] "
/>
<div className="left-[10%] absolute border-l-4 border-ewb-green pl-2">
<div className="text-5xl text-white">Engineers Without Borders USA</div>
<div className="text-2xl font-thin text-white">
<div className="left-[5%] md:left-[10%] absolute border-l-4 border-ewb-green pl-2">
<div className="text-2xl md:text-4xl text-white">
Engineers Without Borders USA
</div>
<div className="text-lg md:text-2xl font-thin text-white">
at University of California - Riverside
</div>
</div>
Expand Down

0 comments on commit b70b2cd

Please sign in to comment.