10 lines
407 B
CSS
10 lines
407 B
CSS
/* stylelint-disable no-descending-specificity */
|
|
.fusion-post-cards > .fusion-grid > .fusion-grid-column,
|
|
.awb-gallery-wrapper .fusion-gallery > .fusion-grid-column {
|
|
width: var(--awb-columns-small, 100%) !important;
|
|
}
|
|
.fusion-post-cards > .fusion-grid-6 .fusion-grid-column,
|
|
.awb-gallery-wrapper .fusion-gallery.fusion-grid-6 > .fusion-grid-column {
|
|
width: var(--awb-columns-small, 50%) !important;
|
|
}
|