minor fixes
This commit is contained in:
parent
d3063cafdd
commit
1b8d45f128
|
@ -33,10 +33,14 @@
|
|||
</section>
|
||||
|
||||
<div class="info-block fade-in delay-2">
|
||||
GET EARLY ACCESS<br />
|
||||
BE THE FIRST<br />
|
||||
TO TRY IT
|
||||
</div>
|
||||
<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">
|
||||
<form id="contact-form" method="post" class="email-form" action="/submit-email">
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue