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.css
5 lines
(4 loc)
•
126 B
CSS
View Raw
1
2
3
4
5
@media
(
min-width
:
30em
) {
.row
{
width
:
100%
;
display
: table;
table-layout
: fixed; }
.col
{
display
: table-cell; } }