fix: increase shadow on login page

This commit is contained in:
EETagent 2022-11-17 23:25:09 +01:00
parent 1e1f0802e9
commit b066ddb5b4

View file

@ -6,7 +6,7 @@
<SplitLayout>
<div class="form">
<div
class="py-3 px-6 md:py-4 md:px-8 rounded-[999px] shadow-lg flex items-center justify-center"
class="py-3 px-6 md:py-4 md:px-8 rounded-[999px] shadow-2xl flex items-center justify-center"
>
<img class="object-cover" src={lev} alt="" />
</div>