Skip to content

Commit 2f969c6

Browse files
committed
Improve mobile layout
1 parent 3d998e2 commit 2f969c6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/app/(main)/community/events/get-your-meetup-noticed-section.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { DISCORD_CHANNEL_LINK, DISCORD_SERVER_LINK } from "./links"
55
export function GetYourMeetupNoticedSection() {
66
return (
77
<section className="gql-section">
8-
<div className="flex flex-col gap-10 border border-sec-dark bg-sec-lighter px-6 py-10 dark:border-sec-base/40 dark:bg-sec-darker/20 sm:px-10 lg:flex-row lg:items-center lg:gap-16 lg:px-16">
8+
<div className="flex flex-col-reverse gap-4 border border-sec-dark bg-sec-lighter p-6 dark:border-sec-base/40 dark:bg-sec-darker/20 sm:gap-10 sm:p-10 lg:flex-row lg:items-center lg:gap-16 lg:px-16">
99
<div>
1010
<p className="typography-h2 text-balance text-neu-900">
1111
Get your meetup noticed
@@ -41,10 +41,8 @@ export function GetYourMeetupNoticedSection() {
4141
Go to Discord
4242
</Button>
4343
</div>
44-
<div className="flex aspect-square h-full shrink-0 justify-center">
45-
<div className="flex aspect-square w-full max-w-[320px] items-center justify-center border border-sec-dark bg-sec-light p-6 text-sec-darker dark:border-sec-base/40 dark:bg-sec-dark/10 sm:p-8">
46-
<Mailbox aria-hidden className="size-full" />
47-
</div>
44+
<div className="flex aspect-square w-full max-w-[320px] items-center justify-center border border-sec-dark bg-sec-light p-2 text-sec-darker dark:border-sec-base/40 dark:bg-sec-dark/10 max-sm:size-16 sm:p-8">
45+
<Mailbox aria-hidden className="size-full" />
4846
</div>
4947
</div>
5048
</section>

0 commit comments

Comments
 (0)