Skip to content
Get ready for the next version of Yumma CSS, which is going to be amazing!

Container

A utility that sets the width of an element at the current breakpoint.

Class Property

cnt

width: 100%; max-width: 640px; max-width: 768px; max-width: 1024px; max-width: 1280px; max-width: 1536px;
<div class="cnt">
<!-- ... -->
</div>