Skip to content

Commit 32c77b7

Browse files
committed
space
1 parent bc34dc9 commit 32c77b7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

_includes/v1/hero.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
<section class="w-full max-w-5xl mx-auto px-6 my-20 md:my-40">
22
<div class="flex gap-3 h-full flex-col md:flex-row items-center justify-center">
33
<div class="flex-1">
4-
54
<h1 class="my-5 text-center md:text-start text-5xl sm:text-5xl md:text-6xl lg:text-7xl font-bold tracking-tight leading-none text-zinc-950 dark:text-zinc-50">Sync .env files</h1>
6-
75
<p class="text-center md:text-start leading-relaxed text-md md:text-lg">sync .env files between machines, environments, and team members–from the creator of {% include v2/dotenv.html %}</p>
8-
96
<div class="mt-8 flex flex-col md:flex-row justify-center md:justify-start gap-3">
107
{% include components/btn.html url="https://vault.dotenv.org/signup" text='Create <span class="font-extrabold tracking-tight">Dotenv</span> Account' dataUmamiEvent="Signup Clicked" class="" %}
118
{% include components/btn-secondary.html url="/docs" text="Documentation" class="" %}
129
{% include components/btn-secondary.html url="/pricing" text="Pricing" class="flex-1 md:hidden" %}
1310
</div>
1411
</div>
15-
1612
<div class="flex-1 w-full my-20 md:my-0 hidden md:block">
1713
<iframe class="w-full sm:w-[80%] lg:w-[90%] mx-auto aspect-video rounded-2xl border-2 bg-zinc-900 border-zinc-900" src="https://www.youtube.com/embed/z-lBjxfhWeY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
1814
</div>

0 commit comments

Comments
 (0)