mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
fix: logo size on smaller screens
This commit is contained in:
parent
488b441d48
commit
9c69dd083b
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@
|
|||
<SplitLayout>
|
||||
<div class="form">
|
||||
<div
|
||||
class="py-3 px-6 md:py-4 md:px-8 rounded-[999px] shadow-2xl flex items-center justify-center"
|
||||
class="w-24 h-24 md:w-auto md:h-auto 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