Apply styles to child spans

This commit is contained in:
Oliver Davies 2019-03-25 18:29:23 +00:00
parent fa2a90319e
commit 984f598834

View file

@ -14,11 +14,17 @@
} }
} }
.entry-header,
.entry-meta,
.entry-footer { .entry-footer {
@apply flex flex-wrap mt-10 @apply flex flex-wrap w-full
} }
.entry-footer > span { .byline,
.posted-on,
.cat-links,
.comments-link,
.edit-link {
@apply flex items-center mr-4 mb-2; @apply flex items-center mr-4 mb-2;
svg { svg {