Skip to content

Commit

Permalink
Merge pull request #834 from hackclub/top-of-flow-modal-edit
Browse files Browse the repository at this point in the history
fix modal thingies below xl size
  • Loading branch information
polytroper authored Nov 21, 2024
2 parents 3960f31 + 85705a2 commit c327ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/marketing/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ export default async function Marketing() {
</div>

<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">
<div className="hidden xl:flex justify-center items-center w-full md:w-auto">
<Image
src="/hydra.svg"
alt="dragons battling"
width={400}
height={400}
className="left-0 absolute bobble opacity-95 hidden xl:block"
className="left-0 absolute bobble opacity-95"
/>
<Image
src="/howtobacks.svg"
Expand Down Expand Up @@ -198,7 +198,7 @@ export default async function Marketing() {
</div>
</div>

<div className="flex flex-wrap m-0 p-0 xl:p-6 rounded-md">
<div className="flex flex-col xl:flex-row 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 c327ccd

Please sign in to comment.