Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 5279376

Browse files
committed
fix: missing rounded-full on picture
1 parent 2862ea0 commit 5279376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ hideInToc: true
5353
<div class="flex flex-col items-center justify-center gap-4">
5454
<div class="relative">
5555
<img v-click src="/images/arrows.svg" alt="arrows" class="max-h-[26rem]">
56-
<img src="/images/smarlhens_400x400.webp" alt="Samuel MARLHENS" class="max-h-[10rem] absolute left-1/2 transform -translate-1/2 top-1/2">
56+
<img src="/images/smarlhens_400x400.webp" alt="Samuel MARLHENS" class="max-h-[10rem] absolute left-1/2 transform -translate-1/2 top-1/2 rounded-full">
5757
</div>
5858
</div>
5959
<span v-click class="text-3xl font-semibold italic text-white">

0 commit comments

Comments
 (0)