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;
|
@apply font-serif text-lg leading-loose;
|
||||||
|
|
||||||
@screen md {
|
@screen md {
|
||||||
|
@ -21,6 +21,10 @@
|
||||||
@apply mt-6
|
@apply mt-6
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
@apply font-serif
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
@apply list-disc ml-6
|
@apply list-disc ml-6
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
<?php twentynineteen_post_thumbnail(); ?>
|
<?php twentynineteen_post_thumbnail(); ?>
|
||||||
|
|
||||||
<div class="font-serif text-lg">
|
<div class="entry-content">
|
||||||
<?php
|
<?php
|
||||||
the_content(
|
the_content(
|
||||||
sprintf(
|
sprintf(
|
||||||
|
|
Loading…
Reference in a new issue