minor fixes

This commit is contained in:
Ksenia Lesko 2025-06-10 07:58:42 -04:00
parent d3063cafdd
commit 1b8d45f128
Signed by: xenushka
GPG Key ID: 812A8E51AD475267
2 changed files with 16 additions and 6 deletions

View File

@ -33,9 +33,13 @@
</section>
<div class="info-block fade-in delay-2">
GET&emsp;EARLY&emsp;ACCESS<br />
BE&emsp;THE&emsp;FIRST<br />
TO&emsp;TRY&emsp;IT
<span class="spaced-text">GET</span>
<span class="spaced-text">EARLY</span>
<span class="spaced-text">ACCESS</span><br>
<span class="spaced-text">BE THE</span>
<span class="spaced-text">FIRST</span><br>
<span class="spaced-text">TO</span>
<span class="spaced-text">TRY IT</span>
</div>
<div class="waitlist-form">

View File

@ -161,6 +161,11 @@ h1 {
margin-bottom: 7rem;
}
.spaced-text {
display: inline-block;
margin-right: 1.25rem;
}
.waitlist-form {
width: min(90%, 500px);
}
@ -295,13 +300,13 @@ a {
.subtext {
max-width: 350px;
margin-bottom: 19rem;
margin-bottom: 17rem;
margin-top: 0rem;
}
.subtext-thanks {
max-width: 320px;
margin-bottom: 27.5rem;
margin-bottom: 25rem;
margin-top: 0rem;
}
@ -333,6 +338,7 @@ a {
color: #636363;
max-width: 340px;
font-size: 0.9rem;
margin-bottom: 5rem;
}
}