Skip to content

Commit

Permalink
style tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnelies committed Sep 21, 2024
1 parent 90c16c6 commit a21f52e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

![banner](img/banner-biometric-auth.svg)

<center style="margin:-1rem 0 3rem;">
<a href="/demos/basic.html" class="btn btn-primary btn-lg m-3 px-5">&#x27A4; Demo</a>
<a href="/demos/playground.html" class="btn btn-primary btn-lg m-3 px-4">&#x27A4; Playground</a>
</center>
<div style="margin: -1rem 0 3rem; display: flex; justify-content: space-evenly;">
<a href="/demos/basic.html" class="btn btn-primary btn-lg px-5">&#x27A4; Demo</a>
<a href="/demos/playground.html" class="btn btn-primary btn-lg px-4">&#x27A4; Playground</a>
</div>

> This library greatly simplifies the usage of **passkeys** by invoking the [WebAuthn protocol](https://w3c.github.io/webauthn/) more conveniently. It is [open source](https://github.com/passwordless-id/webauthn), opinionated, dependency-free and minimalistic.
>
Expand Down

0 comments on commit a21f52e

Please sign in to comment.