fix(article): add a margin after article

This commit is contained in:
Kazhnuz Klappsthul 2023-05-21 15:56:32 +02:00
parent dd45841a64
commit 6ceddd85b9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<?php the_post_thumbnail( ); ?>
</div>
<div class="article-entry">
<div class="article-entry mb-1">
<?php the_content(); ?>
</div>