Move entry footer link styling

This commit is contained in:
Oliver Davies 2019-03-23 07:49:30 +00:00
parent 301d10b0f6
commit b9684fbc94
2 changed files with 8 additions and 12 deletions
wp-content/themes/twentynineteen-tailwindcss/src/css

View file

@ -17,3 +17,11 @@
.entry-footer {
@apply flex flex-wrap mt-10
}
.entry-footer > span {
@apply flex items-center mr-4 mb-2;
svg {
@apply mr-2 fill-current text-gray-600
}
}

View file

@ -23,18 +23,6 @@ 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
}
}
.screen-reader-text {
@apply absolute opacity-0 pointer-events-none
}