changing up le grid spacing just a bit

This commit is contained in:
Dave Gamache 2011-09-08 22:48:16 -07:00
parent 94f0591c4f
commit d68ace707f

View File

@ -212,7 +212,12 @@
================================================== */ ================================================== */
/* Self Clearing Goodness */ /* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } .container:after {
content: "\0020";
display: block;
height: 0;
clear: both;
visibility: hidden; }
/* Use clearfix class on parent to clear nested columns, /* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */ or wrap each row of columns in a <div class="row"> */