6 lines
132 B
CSS
6 lines
132 B
CSS
.post-content-container {
|
|
&__title {
|
|
@apply font-bold !text-black text-3xl sm:text-3xl lg:!text-4xl leading-tight;
|
|
}
|
|
}
|