dynamicweb2/datacenterlight/static/datacenterlight/css/cms.css
2023-12-06 16:45:14 +05:30

15 lines
No EOL
264 B
CSS
Executable file

/* 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%;
}
}