Skip to content

Commit 64aac99

Browse files
committed
fix: add smaller text on mobile
1 parent 80995a9 commit 64aac99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/website/src/components/BaseContactForm.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const { onDark, classNames } = Astro.props;
9393
id="form-consent-text"
9494
for="form-consent"
9595
class={classnames(
96-
"[&>em]:not-italic [&_b]:text-[#67a807] [&>em]:font-semibold cursor-pointer",
96+
"[&>em]:not-italic [&_b]:text-[#67a807] [&>em]:font-semibold cursor-pointer text-sm sm:text-base",
9797
{
9898
"text-secondary": !onDark,
9999
"text-neutral-50": onDark,

apps/website/src/components/vibe-code-mvp/GetInTouch.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Section from "../Section.astro";
99
---
1010

1111
<Section
12-
contentClassName={`${grid_classes} bg-[#5362DBE5]/[0.9] text-white rounded-[48px] mt-12 max-sm:gap-0`}
12+
contentClassName={`${grid_classes} bg-[#5362DBE5]/[0.9] text-white rounded-[48px] mt-12 md:mt-22 max-sm:gap-0`}
1313
className="bg-contrast"
1414
>
1515
<div
@@ -49,7 +49,7 @@ import Section from "../Section.astro";
4949
<BaseContactForm onDark classNames="pb-6 lg:pb-12 max-sm:gap-0">
5050
<span
5151
slot="submit-button-content"
52-
class="flex items-center justify-center gap-2.5"
52+
class="flex items-center justify-center gap-2.5 text-sm sm:text-base"
5353
>
5454
Get a free build review <RightArrow />
5555
</span>

0 commit comments

Comments
 (0)