Change to entry-content, add p styling
This commit is contained in:
parent
b9684fbc94
commit
7e637dbafe
|
@ -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
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<?php twentynineteen_post_thumbnail(); ?>
|
||||
|
||||
<div class="font-serif text-lg">
|
||||
<div class="entry-content">
|
||||
<?php
|
||||
the_content(
|
||||
sprintf(
|
||||
|
|
Loading…
Reference in a new issue