From 8a95b1551452631d2a4e4642f8980e79a060e89c Mon Sep 17 00:00:00 2001 From: Taylor Bryant Date: Tue, 5 Dec 2017 22:08:41 -0600 Subject: [PATCH] Add missing space --- docs/source/docs/spacing.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docs/spacing.blade.md b/docs/source/docs/spacing.blade.md index 45bd7123e..825683d41 100644 --- a/docs/source/docs/spacing.blade.md +++ b/docs/source/docs/spacing.blade.md @@ -13,7 +13,7 @@ features: Control an element's padding and margin using the `.p{side?}-{size}`, `.m{side?}-{size}`, and `.-m{side?}-{size}` utilities. -For example, `.pt-2` would add `.5rem` of padding to the top of the element, `.mx-0` would make the horizontal margin zero, and `.-mb-6` would add a `1.5rem`negative margin to the bottom of an element. +For example, `.pt-2` would add `.5rem` of padding to the top of the element, `.mx-0` would make the horizontal margin zero, and `.-mb-6` would add a `1.5rem` negative margin to the bottom of an element.