more sizing
All checks were successful
Build and Push Docker Image / build (push) Successful in 22s

This commit is contained in:
christian 2025-05-06 00:51:08 +02:00
parent 8ed5563806
commit f22f4d46f8

View File

@ -32,8 +32,12 @@
</a>
</div>
</div>
<div class="flex min-w-44 items-center">
<img src={linkedInImg} alt="a happy guy" class="h-44 w-44 rounded-full shadow-sm" />
<div class="flex min-w-28 items-center md:min-w-44">
<img
src={linkedInImg}
alt="a happy guy"
class="h-28 w-28 rounded-full shadow-sm md:h-44 md:w-44"
/>
</div>
</div>
</Card>