introduciong post type tag

This commit is contained in:
Antoine M 2023-12-13 11:19:41 +01:00
parent af998fdc1e
commit aa40ae8b0f

View File

@ -12,10 +12,13 @@
@apply border-b @apply border-b
border-neutral-200 border-neutral-200
pb-12; pb-12;
.post_type_tag {
@apply bg-secondary-light text-secondary w-fit px-4 py-2 rounded-lg text-sm font-semibold mb-4;
}
h2 { h2 {
@apply !text-neutral-900 font-bold text-3xl; @apply !text-neutral-900 font-bold text-3xl;
} }
header, header,
.entry-summary { .entry-summary {
@apply !max-w-full; @apply !max-w-full;