Skip to content

Commit f9a4eac

Browse files
authored
Merge pull request tailwindlabs#293 from taylorbryant/patch-1
Add missing space
2 parents c7d130f + 8a95b15 commit f9a4eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/docs/spacing.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ features:
1313

1414
Control an element's padding and margin using the `.p{side?}-{size}`, `.m{side?}-{size}`, and `.-m{side?}-{size}` utilities.
1515

16-
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.
16+
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.
1717

1818
<div class="flex items-start mt-8 text-sm">
1919
<div class="pr-12">

0 commit comments

Comments
 (0)