fix(article): add a margin after article
This commit is contained in:
parent
dd45841a64
commit
6ceddd85b9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
<?php the_post_thumbnail( ); ?>
|
<?php the_post_thumbnail( ); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="article-entry">
|
<div class="article-entry mb-1">
|
||||||
<?php the_content(); ?>
|
<?php the_content(); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Reference in a new issue