wordcamp-bristol-2019/wp-content/themes/twentynineteen-tailwindcss/src/css/components/post.css

28 lines
374 B
CSS
Raw Normal View History

2019-03-23 07:18:14 +00:00
.entry-title {
@apply text-black text-4xl font-bold mt-6 mb-8;
@screen md {
@apply text-5xl
}
}
.entry-title a {
@apply text-inherit;
&:hover {
@apply text-gray-800 no-underline
}
}
2019-03-23 07:34:58 +00:00
.entry-footer {
@apply flex flex-wrap mt-10
}
2019-03-23 07:49:30 +00:00
.entry-footer > span {
@apply flex items-center mr-4 mb-2;
svg {
@apply mr-2 fill-current text-gray-600
}
}