added border for posts separation

This commit is contained in:
Fabiano Alencar 2018-03-19 11:18:02 -03:00
parent 39388c245c
commit 4e4e8cea04
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div class="media mb-4">
<div class="media mb-3 border-bottom p-2">
<?php if ( has_post_thumbnail() && get_the_post_thumbnail_url(get_the_ID()) ) : ?>
<a href="<?php the_permalink(); ?>">
<img src="<?php echo get_the_post_thumbnail_url(get_the_ID(),'medium') ?>" alt="" class="img-fluid align-self-center mr-5">