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 5951768..4da21c5 100644 --- a/wp-content/themes/twentynineteen-tailwindcss/src/css/components/post.css +++ b/wp-content/themes/twentynineteen-tailwindcss/src/css/components/post.css @@ -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 + } +} diff --git a/wp-content/themes/twentynineteen-tailwindcss/src/css/style.css b/wp-content/themes/twentynineteen-tailwindcss/src/css/style.css index d006465..c6e6da3 100644 --- a/wp-content/themes/twentynineteen-tailwindcss/src/css/style.css +++ b/wp-content/themes/twentynineteen-tailwindcss/src/css/style.css @@ -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 }