Commit graph

10 commits

Author SHA1 Message Date
Miloš Gavrilović
dc15c17eb8 Remove float from .column on screens <=640px
It doesn't make much difference since it has `width: 100%;`, but I needed `<hr>` between columns on <=640px screens, and that `<hr>` is visible only on those screens, removing float allowed me to use margins correctly on `<hr>` element to set some spacing between elements.
2014-02-11 18:08:10 +01:00
Adam Kaplan
e85d5bdf98 Update grid.css 2014-02-10 22:27:14 -06:00
Adam Kaplan
3dba5289ea Update index.html 2014-02-10 22:26:55 -06:00
Adam Kaplan
8dd7fdcd09 Update index.html 2014-02-10 21:28:27 -06:00
Adam Kaplan
57a455e04e Update README.md 2014-02-10 20:57:53 -06:00
Adam Kaplan
d417a2942f Update README.md 2014-02-10 20:52:13 -06:00
Adam Kaplan
8427026508 Create grid.css 2014-02-10 20:28:23 -06:00
Adam Kaplan
ec045b203d Create index.html 2014-02-10 20:25:42 -06:00
Adam Kaplan
6af36571d5 Update README.md 2014-02-10 20:22:35 -06:00
Adam Kaplan
454419463b Initial commit 2014-02-10 18:00:06 -08:00