1
1
mirror of https://github.com/primer/css.git synced 2024-11-11 04:00:54 +03:00

Merge pull request #66 from primer/column_rounding

More precise column widths
This commit is contained in:
Mark Otto 2015-03-28 00:53:30 -07:00
commit 825ac8a501

View File

@ -26,11 +26,11 @@
// Column widths
.one-third {
width: 33%;
width: 33.333333%;
}
.two-thirds {
width: 67%;
width: 66.666667%;
}
.one-fourth {