mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-01 10:29:31 +01:00
Fix: Mobile view
This commit is contained in:
@@ -61,7 +61,7 @@ const { data: projects } = await useAsyncData('all-projects', () => {
|
|||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</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
|
<div
|
||||||
class="text-sm text-neutral-500 flex items-center gap-1"
|
class="text-sm text-neutral-500 flex items-center gap-1"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ const { data: writings } = await useAsyncData('all-writings', () => {
|
|||||||
{{ writing.description }}
|
{{ writing.description }}
|
||||||
</h3>
|
</h3>
|
||||||
</article>
|
</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
|
<div
|
||||||
class="text-sm text-neutral-500 duration-300 flex items-center gap-1"
|
class="text-sm text-neutral-500 duration-300 flex items-center gap-1"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user