15 lines
585 B
CSS
15 lines
585 B
CSS
/* stylelint-disable no-descending-specificity */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
.fusion-post-cards > .fusion-grid > .fusion-grid-column {
|
|
width: var(--awb-columns-medium, 50%) !important;
|
|
}
|
|
.fusion-post-cards > .fusion-grid-6 > .fusion-grid-column {
|
|
width: var(--awb-columns-medium, 33.33333333%) !important;
|
|
}
|
|
.awb-gallery-wrapper .fusion-gallery > .fusion-grid-column {
|
|
width: var(--awb-columns-medium, 50%) !important;
|
|
}
|
|
.awb-gallery-wrapper .fusion-gallery.fusion-grid-6 > .fusion-grid-column {
|
|
width: var(--awb-columns-medium, 33.33333333%) !important;
|
|
}
|