Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions src/Elastic.Markdown/Slices/Layout/_LandingPage.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<div class="sr-only">Loading</div>
</div>
<section class="w-full px-8 lg:px-6 bg-grey-10">
<div class="container mx-auto py-16 grid md:grid-cols-2 items-center gap-6">
<div class="lg:basis-[50%]">
<div class="container mx-auto py-16 grid items-center gap-6">
<div>
<h1 class="text-4xl font-bold font-sans text-black">Elastic documentation</h1>
<p class="mt-4">Find the help you need, wherever you are in your Elastic journey.</p>
<div class="flex md:inline-flex gap-3 mt-9">
Expand All @@ -17,9 +17,6 @@
</a>
</div>
</div>
<div class="lg:basis-[50%]">
<img src="https://brand.elastic.co/uploads/SONO6_32yshHjrTME25O8g.png" alt="elastic" class="aspect-video w-full"/>
</div>
</div>
</section>

Expand Down
Loading