mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 18:59:59 +01:00
Fix: Mobile view
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user