Skip to content

Commit

Permalink
Merge pull request #21 from GabsEdits/patch-1
Browse files Browse the repository at this point in the history
misc(docs): Added Margin to the "Get Started" Button in nav
  • Loading branch information
mirkobrombin authored Feb 11, 2024
2 parents 517efec + cbf311d commit e0b5696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<a href="https://github.com/vanilla-os/vib"
class="text-gray-300 hover:text-white px-3 py-2 rounded">Source Code</a>
<a href="https://docs.vanillaos.org/collections/vib"
class="bg-blue-900 hover:bg-blue-700 text-white px-3 py-2 rounded transition duration-300">
class="bg-blue-900 hover:bg-blue-700 text-white px-3 py-2 ml-3 rounded transition duration-300">
Get Started
</a>
</div>
Expand Down Expand Up @@ -124,7 +124,7 @@ <h3 class="text-2xl font-bold mb-3">3. Deploy Anywhere</h3>

<section class="container mx-auto my-16">
<h2 class="text-4xl font-bold mb-6 text-center">Familiarize With Recipes</h2>
<p class="text-xl mb-12 text-center">We choose YAML as the format for recipes, because it's easy to read and
<p class="text-xl mb-12 text-center">We choosed YAML as the format for recipes, because it's easy to read and
write,
and it's familiar to most developers.</p>
<div class="bg-gray-800 p-6 rounded-lg shadow-lg glass-effect overflow-x-auto">
Expand Down Expand Up @@ -203,4 +203,4 @@ <h2 class="text-3xl font-bold mb-4">Get Started with Vib</h2>

</body>

</html>
</html>

0 comments on commit e0b5696

Please sign in to comment.