minor design improvement
This commit is contained in:
parent
cf59d48bbe
commit
42719e5c6b
|
@ -49,7 +49,7 @@ export default function Subscribe() {
|
||||||
alt="Linkwarden"
|
alt="Linkwarden"
|
||||||
className="h-12 w-fit mx-auto mt-10"
|
className="h-12 w-fit mx-auto mt-10"
|
||||||
/>
|
/>
|
||||||
<div className="p-2 mt-10 mx-auto flex flex-col gap-3 justify-between sm:w-[28rem] w-80 bg-slate-50 rounded-md border border-sky-100">
|
<div className="p-2 mt-10 mx-auto flex flex-col gap-3 justify-between sm:w-[30rem] w-80 bg-slate-50 rounded-md border border-sky-100">
|
||||||
<p className="text-xl text-sky-500 w-fit font-bold">
|
<p className="text-xl text-sky-500 w-fit font-bold">
|
||||||
Choose a Username (Last step)
|
Choose a Username (Last step)
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -46,7 +46,7 @@ export default function Forgot() {
|
||||||
alt="Linkwarden"
|
alt="Linkwarden"
|
||||||
className="h-12 w-fit mx-auto mt-10"
|
className="h-12 w-fit mx-auto mt-10"
|
||||||
/>
|
/>
|
||||||
<div className="p-2 mt-10 mx-auto flex flex-col gap-3 justify-between sm:w-[28rem] w-80 bg-slate-50 rounded-md border border-sky-100">
|
<div className="p-2 mt-10 mx-auto flex flex-col gap-3 justify-between sm:w-[30rem] w-80 bg-slate-50 rounded-md border border-sky-100">
|
||||||
<p className="text-xl text-sky-500 w-fit font-bold">Fogot Password?</p>
|
<p className="text-xl text-sky-500 w-fit font-bold">Fogot Password?</p>
|
||||||
<p className="text-md text-gray-500 mt-1">
|
<p className="text-md text-gray-500 mt-1">
|
||||||
Enter your Email so we can send you a link to recover your account.
|
Enter your Email so we can send you a link to recover your account.
|
||||||
|
|
|
@ -56,7 +56,7 @@ export default function Login() {
|
||||||
<p className="text-xl font-semibold text-sky-500 px-2 text-center">
|
<p className="text-xl font-semibold text-sky-500 px-2 text-center">
|
||||||
Sign in to your account
|
Sign in to your account
|
||||||
</p>
|
</p>
|
||||||
<div className="p-2 my-10 mx-auto flex flex-col gap-3 justify-between sm:w-[28rem] w-80 bg-slate-50 rounded-md border border-sky-100">
|
<div className="p-2 my-10 mx-auto flex flex-col gap-3 justify-between sm:w-[30rem] w-80 bg-slate-50 rounded-md border border-sky-100">
|
||||||
<p className="text-xl text-sky-500 w-fit font-bold">
|
<p className="text-xl text-sky-500 w-fit font-bold">
|
||||||
Enter your credentials
|
Enter your credentials
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -104,7 +104,7 @@ export default function Register() {
|
||||||
}-day free trial!`
|
}-day free trial!`
|
||||||
: "Create a new account"}
|
: "Create a new account"}
|
||||||
</p>
|
</p>
|
||||||
<div className="p-2 mx-auto my-10 flex flex-col gap-3 justify-between sm:w-[28rem] w-80 bg-slate-50 rounded-md border border-sky-100">
|
<div className="p-2 mx-auto my-10 flex flex-col gap-3 justify-between sm:w-[30rem] w-80 bg-slate-50 rounded-md border border-sky-100">
|
||||||
<p className="text-xl text-sky-500 w-fit font-bold">
|
<p className="text-xl text-sky-500 w-fit font-bold">
|
||||||
Enter your details
|
Enter your details
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -37,7 +37,7 @@ export default function Subscribe() {
|
||||||
{process.env.NEXT_PUBLIC_TRIAL_PERIOD_DAYS || 14} days free trial, then
|
{process.env.NEXT_PUBLIC_TRIAL_PERIOD_DAYS || 14} days free trial, then
|
||||||
$5/month afterwards
|
$5/month afterwards
|
||||||
</p>
|
</p>
|
||||||
<div className="p-2 mt-10 mx-auto flex flex-col gap-3 justify-between sm:w-[28rem] w-80 bg-slate-50 rounded-md border border-sky-100">
|
<div className="p-2 mt-10 mx-auto flex flex-col gap-3 justify-between sm:w-[30rem] w-80 bg-slate-50 rounded-md border border-sky-100">
|
||||||
<div>
|
<div>
|
||||||
<p className="text-md text-gray-500 mt-1">
|
<p className="text-md text-gray-500 mt-1">
|
||||||
You will be redirected to Stripe.
|
You will be redirected to Stripe.
|
||||||
|
|
Ŝarĝante…
Reference in New Issue