mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-31 22:29:30 +01:00
Update float
This commit is contained in:
@@ -5,11 +5,11 @@ const { t } = useI18n({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<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="p-8 border border-gray-200 dark:border-neutral-700 rounded-md">
|
||||||
<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 float-left mr-4 mb-4"
|
||||||
/>
|
/>
|
||||||
<i18n-t
|
<i18n-t
|
||||||
keypath="thanks"
|
keypath="thanks"
|
||||||
|
|||||||
Reference in New Issue
Block a user