Experiments with 100% padding to force square on items grid in terms carousel block.

This commit is contained in:
mateuswetah 2021-09-15 11:45:56 -03:00
parent 839497aa97
commit 9ad128f822
3 changed files with 5 additions and 3 deletions

View File

@ -160,7 +160,8 @@
flex-basis: 50%;
width: 100%;
height: auto;
margin-bottom: 0px; }
margin-bottom: 0px;
padding-bottom: 100% !important; }
.wp-block-tainacan-carousel-terms-list .preview-warning {
width: 100%;
font-size: 0.875em;

File diff suppressed because one or more lines are too long

View File

@ -182,7 +182,8 @@
flex-basis: 50%;
width: 100%;
height: auto;
margin-bottom: 0px;
margin-bottom: 0px;
padding-bottom: 100% !important;
}
}
}