cms-theme-boilerplate icon indicating copy to clipboard operation
cms-theme-boilerplate copied to clipboard

Add grid column offsets to layout.css

Open JacobLett opened this issue 1 year ago • 0 comments

When creating modules to leverage the existing grid it would be nice to have some offset classes available. For example:

.row-fluid > .offset5 { margin-left: 40.170940171000005%!important; } .row-fluid > .offset6 { margin-left: 48.717948718%!important; } .row-fluid > .offset7 { margin-left: 57.264957265%!important; }

JacobLett avatar Aug 11 '23 10:08 JacobLett