fix: logo size on smaller screens

This commit is contained in:
EETagent 2022-11-29 11:28:53 +01:00
parent 488b441d48
commit 9c69dd083b

View file

@ -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>