diff --git a/resources/css/components/post-header.css b/resources/css/components/post-header.css index 23bfda5..d0829f1 100644 --- a/resources/css/components/post-header.css +++ b/resources/css/components/post-header.css @@ -1,7 +1,8 @@ .post-header { @apply bg-purple-50 text-primary py-32; - h1 { + h1.post-header__title, + h2.post-header__title { @apply uppercase font-medium text-7xl; line-height: 1.2; }