Skip to content
Snippets Groups Projects
Commit bd8aeb93 authored by xaralis's avatar xaralis
Browse files

Improve hero image handling

parent 919838e2
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@
</div>
</div>
<div class="lg:row-span-3 lg:col-span-4 order-2">
<img src="/images/hero-profile-img.png" />
<img src="/images/hero-profile-img.png" class="h-32 lg:h-80 lg:m-auto hidden md:block object-contain" />
</div>
</div>
</article>
......@@ -9,7 +9,7 @@
</div>
</div>
<div class="lg:row-span-3 lg:col-span-4 order-2">
<img src="/images/hero-profile-img.png" />
<img src="/images/hero-profile-img.png" class="h-32 lg:h-80 lg:m-auto hidden md:block object-contain" />
</div>
</div>
</article>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment