fix: tags layout and overflow
This commit is contained in:
parent
00c7db9bec
commit
9d5f6bc5fb
4 changed files with 7 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue