UNPKG

ungrid

Version:

the simplest responsive css grid

5 lines (4 loc) 126 B
@media (min-width: 30em) { .row { width: 100%; display: table; table-layout: fixed; } .col { display: table-cell; } }