Full width for text components
This commit is contained in:
parent
0eda8f86bf
commit
01a791eac4
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue