server/styles.css 🔗
@@ -37,7 +37,7 @@
.underline,
.hover\:underline:hover {
- text-underline-offset: 4px;
+ text-underline-offset: 6px;
}
@media screen and (min-width: 1024px) {
Nate created
server/styles.css | 2 +-
server/templates/home.hbs | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
@@ -37,7 +37,7 @@
.underline,
.hover\:underline:hover {
- text-underline-offset: 4px;
+ text-underline-offset: 6px;
}
@media screen and (min-width: 1024px) {
@@ -12,8 +12,11 @@
<li>the ability to rewind time to any point</li>
</ul>
</p>
- <p class="mt-5 leading-relaxed">Early access to Zed will open up mid-2022 for small teams and individuals in our <a class="underline" href="/community">community</a>.</p>
- <a href="/story" class="inline-block pt-6 pl-10 pr-10 mt-10 mb-10 underline border border-white pb-7">Read our story.</a>
+ <p class="mt-5 leading-relaxed">Early access to Zed will open up mid-2022 for small teams and individuals in our <a class="underline hover:no-underline" href="/community">community</a>.</p>
+ <p class="mt-10 leading-relaxed">
+ <span class="inline-block pr-5"><a href="/story" class="inline-block underline hover:no-underline">Read our story</a>.</span>
+ <span class="inline-block pr-5 opacity-50"><a href="/community" class="inline-block no-underline hover:underline">Join the waitlist</a>.</span>
+ </p>
</article>
</div>