UNPKG
ecommerce
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Easily create Ecommerce sites powered by Hanzo.
github.com/hanzo-io/ecommerce
hanzo-io/ecommerce
ecommerce
/
templates
/
standard-landing-page
/
css
/
grid.css
13 lines
(10 loc)
•
133 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
.grid
{
display
: table; }
.grid
.item
{
display
: table; }
.grid
.item
> * {
display
: table-cell;
vertical-align
: middle; }