UNPKG
ungrid
Version:
latest (1.0.1)
1.0.1
1.0.0
the simplest responsive css grid
github.com/chrisnager/ungrid
chrisnager/ungrid
ungrid
/
ungrid.min.css
2 lines
(1 loc)
•
98 B
CSS
View Raw
1
2
@media
(
min-width
:
30em
){
.row
{
width
:
100%
;
display
:table;
table-layout
:fixed}
.col
{
display
:table-cell}}