updates fourth to 25%

This commit is contained in:
Adam Kaplan 2014-04-07 13:49:44 -05:00
parent 3509041174
commit 8f43b3aee0
2 changed files with 2 additions and 2 deletions

View file

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

View file

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