Skip to content

Commit 018af47

Browse files
committed
Fixed typo for 2/3 value in calc.
1 parent a7523d4 commit 018af47

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
@@ -151,7 +151,7 @@ <h3 class="f6 ttu tracked mt0">Widths</h3>
151151
-100 = literal value 100%
152152

153153
-third = calc(100% / 3)
154-
-two-thirds = calc(100% / 3)
154+
-two-thirds = calc(100% / 1.5)
155155
-auto = string value auto
156156

157157

0 commit comments

Comments
 (0)