Experiments with 100% padding to force square on items grid in terms carousel block.
This commit is contained in:
parent
839497aa97
commit
9ad128f822
|
@ -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
|
@ -183,6 +183,7 @@
|
|||
width: 100%;
|
||||
height: auto;
|
||||
margin-bottom: 0px;
|
||||
padding-bottom: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue