mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-04 02:20:50 +00:00
fix: city input margin
This commit is contained in:
parent
6911c7f6ac
commit
c8ced5f79d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
<div class="form">
|
<div class="form">
|
||||||
<SchoolBadge />
|
<SchoolBadge />
|
||||||
<h1 class="text-sspsBlue mt-8 text-4xl font-semibold">{$LL.candidate.auth.login.title()}</h1>
|
<h1 class="text-sspsBlue mt-8 text-4xl font-semibold">{$LL.candidate.auth.login.title()}</h1>
|
||||||
<p class="text-sspsGray my-8 text-center font-light">
|
<p class="text-gray-700 my-8 text-center">
|
||||||
{$LL.candidate.auth.login.description()}
|
{$LL.candidate.auth.login.description()}
|
||||||
</p>
|
</p>
|
||||||
<div class="w-4/5 lg:w-3/5">
|
<div class="w-4/5 lg:w-3/5">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue