REFACTOR passing custom post title class
This commit is contained in:
parent
d772a3c8aa
commit
c1c572fdce
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user