Skip to content

Commit

Permalink
Merge pull request #833 from hackclub/top-of-flow-modal-edit
Browse files Browse the repository at this point in the history
mobile formatting fixes
  • Loading branch information
polytroper authored Nov 21, 2024
2 parents e4c8b2b + e023fed commit 3eed766
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/marketing/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ export default async function Marketing() {
<div className="watergradient">
<div className="py-24 pt-12" id="howthisworks">
<div className="flex justify-center items-center mb-6">
<p className="text-5xl text-center">How this works:</p>
<p className="text-4xl sm:text-5xl text-center">How this works:</p>
</div>

<div className="flex flex-col justify-center items-center text-white mx-8">
<div className="flex flex-wrap m-0 p-6 rounded-md">
<div className="flex flex-wrap m-0 p-0 xl:p-6 rounded-md">
<div className="flex flex-col justify-center items-center mb-8 xl:mb-0 xl:mr-8 w-full xl:w-auto text-center p-8 xl:px-16 xl:py-10 rounded-md relative pop">
<img
src="/howtobacks.svg"
Expand All @@ -137,7 +137,7 @@ export default async function Marketing() {
</p>
</div>
</div>
<div className="flex justify-center items-center w-full xl:w-auto bobble opacity-90">
<div className="hidden xl:flex justify-center items-center w-full xl:w-auto bobble opacity-90">
<Image
src="/ship.svg"
alt="dragons battling"
Expand All @@ -147,7 +147,7 @@ export default async function Marketing() {
</div>
</div>

<div className="flex flex-wrap m-0 p-6 rounded-md">
<div className="flex flex-wrap m-0 p-0 xl:p-6 rounded-md">
<div className="flex justify-center items-center w-full md:w-auto">
<Image
src="/hydra.svg"
Expand Down Expand Up @@ -198,7 +198,7 @@ export default async function Marketing() {
</div>
</div>

<div className="flex flex-wrap m-0 p-6 rounded-md">
<div className="flex flex-wrap m-0 p-0 xl:p-6 rounded-md">
<div className="flex flex-col justify-center items-center mb-8 xl:mb-0 xl:mr-8 w-full xl:w-auto text-center p-8 xl:px-16 xl:py-10 rounded-md relative pop">
<img
src="/howtobacks.svg"
Expand Down

0 comments on commit 3eed766

Please sign in to comment.