mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-07 16:50:13 +00:00
fix: increase shadow on login page
This commit is contained in:
parent
1e1f0802e9
commit
b066ddb5b4
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
<SplitLayout>
|
<SplitLayout>
|
||||||
<div class="form">
|
<div class="form">
|
||||||
<div
|
<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="" />
|
<img class="object-cover" src={lev} alt="" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue