change margin of grid view in collection list

This commit is contained in:
Fabiano 2018-07-10 15:38:41 -03:00
parent 25ff28c020
commit 0c3902c2aa
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div class="tainacan-list-post text-center container px-md-0">
<div class="row mx-auto">
<?php while(have_posts()): the_post(); ?>
<a class="tainacan-list-collection--grid-link mt-5 mr-2" href="<?php the_permalink(); ?>">
<a class="tainacan-list-collection--grid-link mt-5 mr-3" href="<?php the_permalink(); ?>">
<div class="col tainacan-list-collection--grid px-0">
<p class="tainacan-list-collection--grid-title text-black text-left">
<?php the_title(); ?>