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; } }