Align grid list of collection list
This commit is contained in:
parent
83f1643b9a
commit
bbd2ef9857
|
@ -97,10 +97,8 @@
|
|||
}
|
||||
}
|
||||
.tainacan-list-collection--grid {
|
||||
/* @media only screen and (min-width: 768px){
|
||||
flex: 0 0 23%;
|
||||
max-width: 23%;
|
||||
} */
|
||||
width: 250px;
|
||||
height: 287px;
|
||||
.tainacan-list-collection--grid-title{
|
||||
font: {
|
||||
size: 14px;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php if(have_posts()): ?>
|
||||
<div class="tainacan-list-post text-center container px-0">
|
||||
<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(); ?>">
|
||||
|
|
Loading…
Reference in New Issue