Fix: Mobile view

This commit is contained in:
2025-04-07 13:39:56 +02:00
parent aa8e1ada91
commit ff3f38f52d
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ const { data: projects } = await useAsyncData('all-projects', () => {
</h3>
</div>
</article>
<div class="flex items-center justify-between gap-2 mt-4">
<div class="flex flex-col sm:flex-row sm:items-center justify-between gap-2 mt-2">
<div
class="text-sm text-neutral-500 flex items-center gap-1"
>

View File

@@ -49,7 +49,7 @@ const { data: writings } = await useAsyncData('all-writings', () => {
{{ writing.description }}
</h3>
</article>
<div class="flex justify-between items-center mt-2">
<div class="flex flex-col sm:flex-row sm:items-center justify-between gap-2 mt-2">
<div
class="text-sm text-neutral-500 duration-300 flex items-center gap-1"
>