Skip to content

Commit

Permalink
Contact Form font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Nov 18, 2024
1 parent 1edd181 commit abe5a3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
10 changes: 5 additions & 5 deletions src/components/GetNotified/GetNotified.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

<div class="mx-auto w-full p-[36px] sm:max-w-[396px] md:p-0 md:py-[96px]">
{#if !formSuccess}
<h3 class="h3">Contact</h3>
<h3 class="title-h3">Contact</h3>
<form
on:submit|preventDefault={submit}
novalidate
Expand All @@ -111,18 +111,18 @@
class="required mb-f4 text-black"
error={hasSubmittedFormAtLeastOnce && !email?.length ? errorText : undefined}
/>
<div class="mb-f4 flex">
<div class="mb-f4 mt-f8 flex flex-col gap-f12 sm:flex-row sm:gap-f32">
<label class="inline-flex items-center hover:cursor-pointer">
<input type="checkbox" bind:checked={isDeveloper} class="text-white accent-tealBright hover:cursor-pointer" />
<span class="ml-2 text-sm font-[300]">Development</span>
<span class="ml-2 text-normal">Development</span>
</label>
<label class="leading ml-[56px] inline-flex items-center hover:cursor-pointer">
<label class="leading inline-flex items-center hover:cursor-pointer">
<input
type="checkbox"
bind:checked={isPartnership}
class="form-checkbox text-white accent-tealBright hover:cursor-pointer"
/>
<span class="ml-2 text-sm font-[300]">Partnerships</span>
<span class="ml-2 text-normal">Partnerships</span>
</label>
</div>
<div class="w-full">
Expand Down
14 changes: 0 additions & 14 deletions src/components/JoinSocials.svelte

This file was deleted.

0 comments on commit abe5a3d

Please sign in to comment.