changing up le grid spacing just a bit
This commit is contained in:
parent
94f0591c4f
commit
d68ace707f
7
stylesheets/skeleton.css
vendored
7
stylesheets/skeleton.css
vendored
@ -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"> */
|
||||||
|
Loading…
Reference in New Issue
Block a user