Change to entry-content, add p styling

This commit is contained in:
Oliver Davies 2019-03-23 08:24:56 +00:00
parent b9684fbc94
commit 7e637dbafe
2 changed files with 6 additions and 2 deletions

View file

@ -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
}

View file

@ -27,7 +27,7 @@
<?php twentynineteen_post_thumbnail(); ?>
<div class="font-serif text-lg">
<div class="entry-content">
<?php
the_content(
sprintf(