From 8cdc97c2e0f9b96eed4c69a83a6b3ad9ecbc5416 Mon Sep 17 00:00:00 2001 From: David Piesse Date: Thu, 2 Nov 2017 17:18:43 +0000 Subject: [PATCH] Change 2/5 width to 40% Incorrectly numbered as 49% previously for w-2/5. Altered to correct 40%. CSS checked in implementation and does return 40% --- docs/source/docs/width.blade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/docs/width.blade.md b/docs/source/docs/width.blade.md index ca85bbfa3..6a1c1abd7 100644 --- a/docs/source/docs/width.blade.md +++ b/docs/source/docs/width.blade.md @@ -140,8 +140,8 @@ title: "Width" .w-2/5 - width: 49%; - Set the element's width to 49%. + width: 40%; + Set the element's width to 40%. .w-3/5