Update styles

This commit is contained in:
Thelonius Kort
2023-01-31 18:22:05 +01:00
parent c5853fc2aa
commit 4cb07692b1

View File

@ -1,5 +1,6 @@
.article { .article {
@apply pr-8 /* @apply pr-8 */
max-width: 25rem;
} }
.article .tunit { .article .tunit {
@ -27,7 +28,7 @@
} }
.article h4 { .article h4 {
@apply font-semibold text-lg leading-8 text-zinc-800; @apply my-2 font-semibold text-lg leading-8 text-zinc-800;
} }
.article p, .article div { .article p, .article div {