apply prose to page-header

This commit is contained in:
Inhji 2023-09-11 07:08:56 +02:00
parent 75a7de2083
commit 838be53dec

View file

@ -88,11 +88,11 @@
/* === PAGE HEADER === */
header.page-header {
@apply border-b border-neutral-300 mb-6;
@apply border-b border-neutral-300 mb-6 prose max-w-none;
}
header.page-header h1 {
@apply text-3xl leading-loose font-bold text-neutral-900;
@apply text-3xl leading-loose font-bold;
}
header.page-header p {