Added two column to mobile list posts
This commit is contained in:
parent
052af7b218
commit
8d226e8feb
|
@ -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%;
|
||||
}
|
||||
|
|
|
@ -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(); ?>
|
||||
|
|
Loading…
Reference in New Issue