presentations/wp-content/themes/twentynineteen-tailwindcss/resources/css/components/page-title.css

8 lines
128 B
CSS
Raw Normal View History

2019-05-08 20:14:54 +01:00
.page-title {
2019-06-16 00:41:34 +01:00
@apply mb-16 font-serif text-2xl text-gray-700;
2019-05-08 20:14:54 +01:00
span {
2019-06-16 00:41:34 +01:00
@apply block font-sans font-bold text-black
2019-05-08 20:14:54 +01:00
}
}