mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
Add flex wrap
This commit is contained in:
@@ -58,7 +58,7 @@ async function handleLike() {
|
||||
{{ getDetails() }}
|
||||
</p>
|
||||
<div>
|
||||
<div class="flex items-end gap-2">
|
||||
<div class="flex items-end gap-2 flex-wrap">
|
||||
<h1
|
||||
class="font-bold text-3xl text-black dark:text-white"
|
||||
>
|
||||
@@ -101,7 +101,7 @@ async function handleLike() {
|
||||
Thanks for reading this post! If you liked it, please consider sharing it with your friends. <strong>Don't
|
||||
forget to leave a like!</strong>
|
||||
</p>
|
||||
<div class="flex gap-4 items-center">
|
||||
<div class="flex gap-4 items-center flex-wrap">
|
||||
<UButton
|
||||
:label="postDB?.likes > 1 ? `${postDB?.likes} likes` : `${postDB?.likes} like`"
|
||||
color="red"
|
||||
|
||||
@@ -43,7 +43,7 @@ function getDetails(slug: string) {
|
||||
<div class="border-l-2 pl-2 border-gray-300 dark:border-gray-700 rounded-sm">
|
||||
<p>{{ getDetails(writing.slug) }}</p>
|
||||
</div>
|
||||
<div class="flex items-center gap-2">
|
||||
<div class="flex items-center gap-2 flex-wrap">
|
||||
<h1
|
||||
class="font-bold text-lg duration-300 text-neutral-600 group-hover:text-black dark:text-neutral-400 dark:group-hover:text-white"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user