Owl Spacing CSS Classes

PHOTO EMBED

Thu Feb 17 2022 07:46:57 GMT+0000 (Coordinated Universal Time)

Saved by @Prowhiz #css #oxygenbuilder

/* Owl Spacing */

.ct-section.owl-spacing--s .ct-section-inner-wrap > * + *,
.owl-spacing--s:not(.ct-section) > * + * {
margin-top: .5vmax;
}

.ct-section.owl-spacing--m .ct-section-inner-wrap > * + *,
.owl-spacing--m:not(.ct-section) > * + * {
margin-top: 1vmax;
}

.ct-section.owl-spacing--l .ct-section-inner-wrap > * + *,
.owl-spacing--l:not(.ct-section) > * + * {
margin-top: 2vmax;
}

.ct-section.owl-spacing--xl .ct-section-inner-wrap > * + *,
.owl-spacing--xl:not(.ct-section) > * + * {
margin-top: 4vmax;
}
content_copyCOPY

https://digitalambition.co/watch/perfectly-space-all-elements-in-oxygen-with-one-css-class-aka-owl-spacing/