mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +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>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue