diff --git a/docs/source/docs/border-width.blade.md b/docs/source/docs/border-width.blade.md index 10aa42c81..e659aee3f 100644 --- a/docs/source/docs/border-width.blade.md +++ b/docs/source/docs/border-width.blade.md @@ -18,7 +18,9 @@ title: "Border Width" @include('_partials.work-in-progress') -Add borders to any element using the `.border{-side?}{-width?}` syntax. For example, `.border` would add a `1px` border to all sides of the element, where `.border-b-4` would add a `4px` border to the bottom of the element. +Add borders to any element using the `.border{-side?}{-width?}` syntax. + +For example, `.border` would add a `1px` border to all sides of the element, where `.border-b-4` would add a `4px` border to the bottom of the element.