Merge pull request #1 from Gavrisimo/patch-1

Remove float from .column on screens <=640px
This commit is contained in:
Adam Kaplan 2014-02-12 09:27:03 -06:00
commit 935e8a9cde

View file

@ -435,6 +435,7 @@ img {
.column.one-fourth {
margin: 2em 0 0 0;
width: 100%;
float: none;
}
.column:first-child { margin-top: 0; }