Add float

This commit is contained in:
2025-07-29 13:34:29 +02:00
committed by GitHub
parent 61e786acb0
commit d1bf4aa699

View File

@@ -6,13 +6,11 @@ const { t } = useI18n({
<template> <template>
<div class="flex flex-col md:flex-row gap-8 items-start p-8 border border-gray-200 dark:border-neutral-700 rounded-md"> <div class="flex flex-col md:flex-row gap-8 items-start p-8 border border-gray-200 dark:border-neutral-700 rounded-md">
<div class="w-full flex justify-center"> <NuxtImg
<NuxtImg src="/arthur.webp"
src="/arthur.webp" alt="Arthur Danjou"
alt="Arthur Danjou" class="w-24 h-24 rounded-full float-left"
class="w-24 h-24 rounded-full" />
/>
</div>
<i18n-t <i18n-t
keypath="thanks" keypath="thanks"
tag="p" tag="p"