Skip to content

Commit edd20c3

Browse files
authored
Merge pull request tachyons-css#163 from qodesmith/master
Fixed typo for 2/3 value in calc.
2 parents 325b391 + 018af47 commit edd20c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/layout/widths/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h3 class="f6 ttu tracked mt0">Widths</h3>
143143
-100 = literal value 100%
144144

145145
-third = calc(100% / 3)
146-
-two-thirds = calc(100% / 3)
146+
-two-thirds = calc(100% / 1.5)
147147
-auto = string value auto
148148

149149

0 commit comments

Comments
 (0)