more layout improvements
This commit is contained in:
parent
dee2d33a36
commit
30e8f29d1f
3 changed files with 72 additions and 21 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue