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

34 lines
446 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 {
2019-04-16 19:43:59 +00:00
@apply text-5xl;
2019-03-23 07:18:14 +00:00
}
}
.entry-title a {
@apply text-inherit;
&:hover {
2019-04-16 19:43:59 +00:00
@apply text-gray-800 no-underline;
2019-03-23 07:18:14 +00:00
}
}
2019-03-23 07:34:58 +00:00
2019-03-25 18:29:23 +00:00
.entry-header,
.entry-meta,
2019-03-23 07:34:58 +00:00
.entry-footer {
2019-04-16 19:43:59 +00:00
@apply flex flex-wrap w-full;
2019-03-23 07:34:58 +00:00
}
2019-03-23 07:49:30 +00:00
2019-03-25 18:29:23 +00:00
.byline,
.posted-on,
.cat-links,
.comments-link,
.edit-link {
2019-03-23 07:49:30 +00:00
@apply flex items-center mr-4 mb-2;
svg {
2019-04-16 19:43:59 +00:00
@apply mr-2 fill-current text-gray-600;
2019-03-23 07:49:30 +00:00
}
}