From eef23a820cfd2a93b11599f72d4b31cad0dcec69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Mikul=C3=A1=C5=A1?= Date: Wed, 5 Oct 2016 16:11:21 +0200 Subject: [PATCH] Corrected mistake in two-thirds modifier --- docs/layout/widths/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layout/widths/index.html b/docs/layout/widths/index.html index b1fa2a30c..23d7b084b 100644 --- a/docs/layout/widths/index.html +++ b/docs/layout/widths/index.html @@ -142,7 +142,7 @@

Widths

-100 = literal value 100% -third = calc(100% / 3) - -two-thirds = calc(100% / 3) + -two-thirds = calc(100% / 1.5) -auto = string value auto