Added two column to mobile list posts

This commit is contained in:
Fabiano 2018-07-11 15:40:29 -03:00
parent 052af7b218
commit 8d226e8feb
2 changed files with 9 additions and 2 deletions

View File

@ -295,7 +295,7 @@ form{
padding: 1.5rem;
padding-left: 4.166667%;
padding-right: 4.166667%;
max-width: 90vw;
max-width: 87.5vw;
word-break: break-word;
@media only screen and (min-width: 992px){
min-height: 100px;
@ -364,6 +364,13 @@ form{
margin: 0 4.16666666667%;
}
.margin-md-two-column {
@media only screen and (max-width: 768px){
margin-left: 8.33333333334% !important;
margin-right: 8.33333333334% !important;
}
}
.margin-one-column-left{
margin-left: 4.16666666667%;
}

View File

@ -20,7 +20,7 @@
</div>
</div>
<div class="mt-5 tainacan-list-post">
<div class="mt-5 tainacan-list-post margin-md-two-column">
<?php while(have_posts()): ?>
<?php the_post(); ?>