Skip to content

Commit 1f38b7b

Browse files
committed
style: simplify image classes in home section for cleaner presentation
1 parent ac99e36 commit 1f38b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/algora_web/live/home_live.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ defmodule AlgoraWeb.HomeLive do
141141
<img
142142
src={~p"/images/people/john-de-goes.jpg"}
143143
alt="John A De Goes"
144-
class="object-cover aspect-[9/16] w-full h-full rounded-2xl absolute inset-0"
144+
class="object-cover aspect-[9/16] w-full h-full absolute inset-0"
145145
/>
146146
<div class="relative z-10 size-16 rounded-full bg-black/50 flex items-center justify-center group-hover:bg-black/70 transition-colors">
147147
<.icon name="tabler-player-play-filled" class="size-8 text-white" />
@@ -165,7 +165,7 @@ defmodule AlgoraWeb.HomeLive do
165165
<img
166166
src={~p"/images/screenshots/bounty-to-hire-golem2.png"}
167167
alt="Golem bounty to hire"
168-
class="object-cover rounded-2xl"
168+
class="object-cover"
169169
/>
170170
</div>
171171
</div>

0 commit comments

Comments
 (0)