Skip to content

Commit

Permalink
Mobile optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
benborgers committed Jan 25, 2025
1 parent d93c3e6 commit d85fa9f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions components/get-involved.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function GetInvolved() {
<section>
<h2 className="text-4xl font-semibold text-white">Get Involved</h2>

<div className="mt-16 grid grid-cols-[3fr,2fr] gap-16">
<div className="mt-16 grid sm:grid-cols-[3fr,2fr] gap-16">
<div>
<p className="text-white font-semibold text-2xl">
🐘 Tufts University Students
Expand Down Expand Up @@ -43,10 +43,14 @@ export default function GetInvolved() {
</div>

{/* eslint-disable-next-line @next/next/no-img-element */}
<img src="/jumbohack-checkin.jpg" alt="" className="rounded-2xl" />
<img
src="/jumbohack-checkin.jpg"
alt=""
className="rounded-2xl max-sm:-order-1"
/>
</div>

<div className="mt-20 grid grid-cols-[2fr,3fr] gap-16">
<div className="mt-20 grid sm:grid-cols-[2fr,3fr] gap-16">
{/* eslint-disable-next-line @next/next/no-img-element */}
<img src="/jumbohack-checkin.jpg" alt="" className="rounded-2xl" />

Expand Down

0 comments on commit d85fa9f

Please sign in to comment.