Skip to content

Commit 78f3bd8

Browse files
committed
Fix keynoter image position.
1 parent ff187aa commit 78f3bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/keynoters/keynoter.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const Placeholder =
4646
class="object-cover group-hover:scale-105 transition-transform h-full w-full"
4747
/>
4848
) : (
49-
<div class="bg-keynoter-info w-full h-full">
49+
<div class="bg-keynoter-info w-full h-full mt-10">
5050
<Placeholder />
5151
</div>
5252
)

0 commit comments

Comments
 (0)