Source: dist/css/cvquality_boot.css, line 7580
5.1.8 Card Positions
Placing cards inside of content areas is needed within the design. Placing some utility classes will acomplish this with a responsive toggle.
Style Combo | Effect | Classes |
---|---|---|
position-right-lg | floats the card when the veiwport is large up. | max-w_20 clear_right:lg float_right:lg w_20:lg |
position-right-md | floats the card when the veiwport is medium up. | max-w_20 clear_right:md float_right:md w_40:md w_20:lg |
position-right-sm | floats the card when the veiwport is small up. | max-w_20 clear_right float_right w_50 w_40:md w_20:lg |
position-left-lg | floats the card when the veiwport is small up. | max-w_20 clear_left:lg float_left:lg w_20:lg |
position-left-md | floats the card when the veiwport is medium up. | max-w_20 clear_left:md float_left:md w_40:md w_20:lg |
position-left-sm | floats the card when the veiwport is large up. | max-w_20 clear_left float_left w_50 w_40:md w_20:lg |