Update icons and minimal details

This commit is contained in:
PrototypeArea
2022-06-27 02:37:33 -04:00
parent 28d221bc9e
commit 2eac037090
11 changed files with 106 additions and 52 deletions

View File

@@ -2,7 +2,7 @@
const { } = Astro.props;
---
<section class="relative">
<section>
<div class="max-w-6xl mx-auto px-4 sm:px-6">
<div class="pt-32 pb-12 md:pt-40 md:pb-20">
<div class="text-center pb-12 md:pb-16">
@@ -17,13 +17,13 @@
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
</p>
<div class="max-w-xs mx-auto sm:max-w-none sm:flex sm:justify-center ">
<div class="max-w-xs max-w-none flex justify-center ">
<div>
<a class="btn text-white bg-blue-600 hover:bg-blue-700 w-full mb-4 sm:w-auto sm:mb-0" href="#0">Get
<a class="btn text-white bg-blue-600 hover:bg-blue-700 mb-4 sm:mb-0" href="#0">Get
started</a>
</div>
<div>
<a class="btn text-white bg-gray-900 hover:bg-gray-800 dark:bg-gray-800 dark:hover:bg-gray-700 w-full sm:w-auto sm:ml-4"
<a class="btn text-white bg-gray-900 hover:bg-gray-800 dark:bg-gray-800 dark:hover:bg-gray-700 ml-4"
href="#0">Learn more</a>
</div>
</div>