Add classes for links

This commit is contained in:
Oliver Davies 2019-03-22 23:51:07 +00:00
parent c43085122b
commit 63b08a341f

View file

@ -23,6 +23,18 @@ h2 {
} }
} }
.byline,
.posted-on,
.cat-links,
.comments-link,
.edit-link {
@apply flex items-center mr-3 mb-2;
svg {
@apply mr-2 fill-current text-gray-600
}
}
.content { .content {
@apply font-serif text-lg leading-loose; @apply font-serif text-lg leading-loose;
@screen md { @screen md {