more layout improvements

This commit is contained in:
Konstantin 2024-03-18 17:52:23 +01:00
parent dee2d33a36
commit 30e8f29d1f
3 changed files with 72 additions and 21 deletions

View file

@ -78,13 +78,17 @@
}
.tags ul {
@apply flex space-x-4 text-center text-lg;
@apply flex space-x-4 text-center text-sm;
}
.tags li {
@apply flex-1 p-4 inline-flex items-center rounded-md bg-green-50 px-2 py-1 font-medium text-green-700 ring-1 ring-inset ring-green-600/20;
@apply flex-1 p-4 inline-flex items-center rounded-2xl bg-green-50 px-2 py-1 font-medium text-green-700 ring-1 ring-inset ring-green-600/20;
}
.tags a {
@apply border-b-0 w-full;
}
.blog-pages a {
@apply border-b-0;
}