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

Commit

Permalink
fix: missing rounded-full on picture
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlhens committed Dec 8, 2023
1 parent 2862ea0 commit 5279376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ hideInToc: true
<div class="flex flex-col items-center justify-center gap-4">
<div class="relative">
<img v-click src="/images/arrows.svg" alt="arrows" class="max-h-[26rem]">
<img src="/images/smarlhens_400x400.webp" alt="Samuel MARLHENS" class="max-h-[10rem] absolute left-1/2 transform -translate-1/2 top-1/2">
<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">
</div>
</div>
<span v-click class="text-3xl font-semibold italic text-white">
Expand Down

0 comments on commit 5279376

Please sign in to comment.