single: encapsulate the excerpt to avoid an unecessary margin
As the last paragraph of a container doesn't have a bottom margin (or padding idr), let's make sure that the excerpt is encapsulated, in order to avoid a margin/padding between excerpt and categories/tags
This commit is contained in:
parent
754f60e8bc
commit
c781a56e63
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<aside class="article-excerpt">
|
<aside class="article-excerpt">
|
||||||
<?php the_excerpt(); ?>
|
<div><?php the_excerpt(); ?></div>
|
||||||
|
|
||||||
<section class="article-taxonomies">
|
<section class="article-taxonomies">
|
||||||
<div class="article-categories article-taxonomies-container">
|
<div class="article-categories article-taxonomies-container">
|
||||||
|
|
Reference in a new issue