From 8f43b3aee03419cef2d20475e51c9dbce1a1990b Mon Sep 17 00:00:00 2001 From: Adam Kaplan Date: Mon, 7 Apr 2014 13:49:44 -0500 Subject: [PATCH] updates fourth to 25% --- README.md | 2 +- grid.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9fbbdc..1692dcc 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ On larger screens, columns gain `float: left` in order to stack content horizont .column.two-thirds { width: 66.7%; } .column.half { width: 50%; } .column.third { width: 33.3%; } - .column.fourth { width: 24.95%; } + .column.fourth { width: 25%; } .column.flow-opposite { float: right; } } ``` diff --git a/grid.css b/grid.css index be24187..89522f8 100644 --- a/grid.css +++ b/grid.css @@ -113,7 +113,7 @@ section:first-of-type { border-top: none; } .column.two-thirds { width: 66.7%; } .column.half { width: 50%; } .column.third { width: 33.3%; } - .column.fourth { width: 24.95%; } + .column.fourth { width: 25%; } .column.flow-opposite { float: right; } }