fix: tags layout and overflow

This commit is contained in:
Konstantin 2025-05-06 19:34:10 +02:00
parent 00c7db9bec
commit 9d5f6bc5fb
Signed by: konstantin
GPG key ID: A128B78773E41ACE
4 changed files with 7 additions and 6 deletions

View file

@ -124,11 +124,11 @@
}
.tags ul {
@apply flex space-x-2 text-center text-sm;
@apply flex-col sm:flex-row sm:space-x-2 text-center text-sm;
}
.tags li {
@apply p-3 inline-flex items-center rounded-2xl px-2 py-1 text-sm text-black dark:text-white ring-1 ring-inset ring-orange-700/20 dark:ring-white bg-orange-50 dark:bg-transparent;
@apply p-3 inline-flex items-center rounded-2xl px-2 py-1 text-sm text-black dark:text-white ring-1 ring-inset ring-orange-700/20 dark:ring-white bg-orange-50 dark:bg-transparent;
}
.tags ul li::before {
@ -137,7 +137,7 @@
}
.tags a {
@apply border-b-0 w-full;
@apply border-b-0 w-full m-0;
}
.blog-pages a {