Level
Horizontal layout with vertical center alignment.
Basic
2-columns layout
If you want to create 3-colums layout, you must place .level__center
at first, so it can use ~
CSS selector to control siblings style
All34 projects
Evenly
Direct place .level__item
under .level
container, will distribute spacing evenly
10
720
320
Responsive
By default, level will stay horizontal layout across all breakpoints, if you want to collapse it below a breakpoint, add the .level@<breakpoint>
modifier on .level
container