Skip to content

Commit

Permalink
Merge pull request #66 from primer/column_rounding
Browse files Browse the repository at this point in the history
More precise column widths
  • Loading branch information
mdo committed Mar 28, 2015
2 parents 98a492c + eb11ad5 commit 825ac8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

// Column widths
.one-third {
width: 33%;
width: 33.333333%;
}

.two-thirds {
width: 67%;
width: 66.666667%;
}

.one-fourth {
Expand Down

0 comments on commit 825ac8a

Please sign in to comment.