mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-14 02:07:42 +01:00
Fix projects and post footer
This commit is contained in:
@@ -170,12 +170,14 @@ function scrollToSection(id: string) {
|
|||||||
class="!max-w-none prose dark:prose-invert"
|
class="!max-w-none prose dark:prose-invert"
|
||||||
/>
|
/>
|
||||||
<div class="space-y-4 mt-16">
|
<div class="space-y-4 mt-16">
|
||||||
<div class="flex 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">
|
||||||
<NuxtImg
|
<div class="md:w-full md:flex md:justify-center">
|
||||||
src="/arthur.webp"
|
<NuxtImg
|
||||||
alt="Arthur Danjou"
|
src="/arthur.webp"
|
||||||
class="w-24 h-24 rounded-full"
|
alt="Arthur Danjou"
|
||||||
/>
|
class="w-24 h-24 rounded-full"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<i18n-t
|
<i18n-t
|
||||||
keypath="thanks"
|
keypath="thanks"
|
||||||
tag="p"
|
tag="p"
|
||||||
|
|||||||
Reference in New Issue
Block a user