Skip to content

Commit

Permalink
Revert "use flex for buttons". nuh uh
Browse files Browse the repository at this point in the history
This reverts commit a857a68.
  • Loading branch information
r3tr0ananas committed May 1, 2024
1 parent 910e1f0 commit bab54e5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ <h2 style="text-shadow: black 1px 1px 4px;" class="my-5 lg:my-7 sm:text-sm text-
</div>
</div>

<<<<<<< HEAD
<div class="swiper-slide">
<div class="relative top-[12%] lg:top-1/3 -translate-y-1/3 text-center">
<p class="hidden lg:block font-bold text-5xl">Developers</p>
Expand All @@ -67,6 +68,21 @@ <h2 style="text-shadow: black 1px 1px 4px;" class="my-5 lg:my-7 sm:text-sm text-
</div>
</div>
</div>
=======
<a href="https://github.com/mov-cli/mov-cli">
<button class="select-none bg-slate-100 text-stone-950 px-3 py-2
hover:scale-110 transition-all duration-300 rounded-xl text-xl lg:text-2xl font-extrabold">
Install
</button>
</a>

<a href="./devs.html">
<button class="select-none bg-slate-100 text-stone-950 px-3 py-2
hover:scale-110 transition-all duration-300 rounded-xl text-xl lg:text-2xl font-extrabold">
Developers
</button>
</a>
>>>>>>> parent of a857a68 (use flex for buttons)
</div>

<footer id="footer-placeholder"></footer>
Expand Down

0 comments on commit bab54e5

Please sign in to comment.