From 7e637dbafe41cc43e3e7a6d0c4e70bbe4f4216aa Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 23 Mar 2019 08:24:56 +0000 Subject: [PATCH] Change to entry-content, add p styling --- .../src/css/components/content.css | 6 +++++- .../template-parts/content/content.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentynineteen-tailwindcss/src/css/components/content.css b/wp-content/themes/twentynineteen-tailwindcss/src/css/components/content.css index fe804a5..eb4d6ee 100644 --- a/wp-content/themes/twentynineteen-tailwindcss/src/css/components/content.css +++ b/wp-content/themes/twentynineteen-tailwindcss/src/css/components/content.css @@ -1,4 +1,4 @@ -.content { +.entry-content { @apply font-serif text-lg leading-loose; @screen md { @@ -21,6 +21,10 @@ @apply mt-6 } + p { + @apply font-serif + } + ul { @apply list-disc ml-6 } diff --git a/wp-content/themes/twentynineteen-tailwindcss/template-parts/content/content.php b/wp-content/themes/twentynineteen-tailwindcss/template-parts/content/content.php index 8091d4e..bf17fa8 100644 --- a/wp-content/themes/twentynineteen-tailwindcss/template-parts/content/content.php +++ b/wp-content/themes/twentynineteen-tailwindcss/template-parts/content/content.php @@ -27,7 +27,7 @@ -
+