Skip to content

Commit

Permalink
Update Features.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
thejessewinton committed Oct 22, 2024
1 parent 5ac2e03 commit 1775f40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
<div class="absolute -top-14 -left-4 scale-75 md:left-10 md:scale-100 lg:left-40">
<VerificationCode />
</div>
<div class="absolute -right-52 bottom-12 md:top-10 md:right-0">
<div class="absolute -right-52 bottom-12 md:top-10 md:-right-36 lg:right-0">
<Email />
</div>
<div class="absolute -bottom-20 -left-16 z-10 scale-90 md:-bottom-6 md:left-4 md:scale-100">
<MultiFactor />
</div>
<div
class="absolute -right-8 bottom-48 scale-75 md:bottom-0 md:bottom-14 md:scale-100 lg:right-[19rem]"
class="absolute -right-8 bottom-48 scale-75 md:right-36 md:bottom-0 md:bottom-14 md:scale-100 lg:right-[19rem]"
>
<Identity />
</div>
Expand Down

0 comments on commit 1775f40

Please sign in to comment.