wordcamp-bristol-2019/wp-content/themes/twentynineteen-tailwindcss/assets/css/components/page-title.css
2019-05-08 21:18:06 +01:00

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
}
}