REFACTOR passing custom post title class

This commit is contained in:
Nonimart 2025-06-20 10:21:42 +02:00
parent d772a3c8aa
commit c1c572fdce

View File

@ -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;
}