Full width for text components

This commit is contained in:
Jess Martin 2022-07-21 12:34:37 -04:00 committed by GitHub
parent 0eda8f86bf
commit 01a791eac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@
<div> <div>
<h3 class="mb-7 text-xl font-serif">Connect to AppName</h3> <h3 class="mb-7 text-xl font-serif">Connect to AppName</h3>
<div> <div>
<a class="btn btn-primary mb-5 w-11/12" href="/register" <a class="btn btn-primary mb-5 w-full" href="/register"
>Create a new account</a >Create a new account</a
> >
<a class="btn btn-primary btn-outline w-11/12" href="/" <a class="btn btn-primary btn-outline w-full" href="/"
>I have an existing account</a >I have an existing account</a
> >
</div> </div>