Skip to content

Commit 0311cdd

Browse files
author
John W. Long
committed
adjust grid
1 parent dc63c5c commit 0311cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
.cell {
2121
float: left;
22-
width: 33%;
22+
width: 25%;
2323
box-sizing: border-box;
2424
padding: 20px;
2525
display: table;
@@ -32,7 +32,7 @@
3232
display: table-cell;
3333
text-align: center;
3434
vertical-align: middle;
35-
height: 300px;
35+
height: 200px;
3636
}
3737
</style>
3838

0 commit comments

Comments
 (0)