Commit graph

13 commits

Author SHA1 Message Date
056b7446d7
Merge branch 'aekaplan:master' into master 2021-12-29 21:50:54 -08:00
Adam Kaplan
8f43b3aee0 updates fourth to 25% 2014-04-07 13:49:44 -05:00
Adam Kaplan
43e017b37c adds column gutter example 2014-03-17 11:20:43 -05:00
db54f0da4d Work around a font size flicker bug Safari
When the font-size is defined on html instead of body, Safari flickers
the font size back and forth when resizing around each font-size change.

Easy workaround is to change the font-size on body instead.
2014-03-09 21:38:43 -07:00
Adam Kaplan
ae728a9636 adds images and normalize 2014-03-08 21:32:21 -06:00
Adam Kaplan
bc2dbfae5b updates grid styles 2014-02-18 16:34:02 -06:00
Adam Kaplan
818e498e80 Update grid.css 2014-02-16 16:01:29 -06:00
Adam Kaplan
d0eca42e0c updates project to use mobile first 2014-02-16 14:56:19 -06:00
Adam Kaplan
694fcd0acd Update grid.css 2014-02-12 12:15:46 -06:00
Adam Kaplan
0f1ffcd9ce Update grid.css 2014-02-12 09:27:40 -06:00
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
8427026508 Create grid.css 2014-02-10 20:28:23 -06:00