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