diff --git a/wp-content/themes/twentynineteen-tailwindcss/src/css/components/post.css b/wp-content/themes/twentynineteen-tailwindcss/src/css/components/post.css index 4da21c5..0ce8ac9 100644 --- a/wp-content/themes/twentynineteen-tailwindcss/src/css/components/post.css +++ b/wp-content/themes/twentynineteen-tailwindcss/src/css/components/post.css @@ -14,11 +14,17 @@ } } +.entry-header, +.entry-meta, .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; svg {