dynamicweb/datacenterlight/static/datacenterlight/css/cms.css
2018-03-06 03:23:14 +05:30

15 lines
No EOL
264 B
CSS

/* only for cms editing mode */
.section-figure .cms-plugin {
flex-basis: 50%;
flex-grow: 1;
}
.split-section-plain .section-figure .cms-plugin {
flex-grow: 0;
}
@media (max-width: 767px) {
.section-figure .cms-plugin {
flex-basis: 100%;
}
}