8 lines
128 B
CSS
8 lines
128 B
CSS
.page-title {
|
|
@apply font-serif text-2xl text-gray-700 mb-16;
|
|
|
|
span {
|
|
@apply font-sans font-bold text-black block
|
|
}
|
|
}
|