Skip to content

Commit 11d2a11

Browse files
committed
Fix width calc in src
1 parent edd20c3 commit 11d2a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/docs/widths/index.html

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

5454
-third = calc(100% / 3)
55-
-two-thirds = calc(100% / 3)
55+
-two-thirds = calc(100% / 1.5)
5656
-auto = string value auto
5757

5858

0 commit comments

Comments
 (0)