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 4c5e321..df0dbc3 100644 --- a/wp-content/themes/twentynineteen-tailwindcss/src/css/components/post.css +++ b/wp-content/themes/twentynineteen-tailwindcss/src/css/components/post.css @@ -20,6 +20,10 @@ @apply flex flex-wrap w-full; } +.entry-footer { + @apply mt-8; +} + .byline, .posted-on, .cat-links,