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:
commit
825ac8a501
@ -26,11 +26,11 @@
|
||||
|
||||
// Column widths
|
||||
.one-third {
|
||||
width: 33%;
|
||||
width: 33.333333%;
|
||||
}
|
||||
|
||||
.two-thirds {
|
||||
width: 67%;
|
||||
width: 66.666667%;
|
||||
}
|
||||
|
||||
.one-fourth {
|
||||
|
Loading…
Reference in New Issue
Block a user