Add an entry-footer component

This commit is contained in:
Oliver Davies 2019-03-23 07:34:58 +00:00
parent 320e98fcd8
commit 301d10b0f6
2 changed files with 5 additions and 1 deletions

View file

@ -13,3 +13,7 @@
@apply text-gray-800 no-underline
}
}
.entry-footer {
@apply flex flex-wrap mt-10
}

View file

@ -53,7 +53,7 @@
?>
</div><!-- .entry-content -->
<footer class="mt-10 flex flex-wrap">
<footer class="entry-footer">
<?php twentynineteen_entry_footer(); ?>
</footer><!-- .entry-footer -->
</article><!-- #post-${ID} -->