Skip to content

Commit

Permalink
Update - Mise en place du bouton "Ouvrir Sheaft"
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreymugnier committed Nov 11, 2020
1 parent c548f16 commit 832e380
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,17 @@

<div
class="flex flex-wrap flex-col-reverse md:flex-row self-center
md:self-auto">
md:self-auto items-center">
<a
href="#introduction"
class="mx-auto lg:mx-0 hover:underline bg-white
font-bold rounded-full my-6 py-4 px-8 shadow-lg text-normal">
font-bold rounded-full my-6 py-4 px-8 shadow-lg text-normal"
href="https://app.sheaft.com"
target="_blank">
Ouvrir Sheaft
</a>
<a
href="#introduction"
class="hover:underline font-bold text-white md:ml-5">
En savoir plus
</a>
</div>
Expand Down

0 comments on commit 832e380

Please sign in to comment.