diff --git a/docs/source/docs/line-height.blade.md b/docs/source/docs/line-height.blade.md
index 12284517a..401c3c0a4 100644
--- a/docs/source/docs/line-height.blade.md
+++ b/docs/source/docs/line-height.blade.md
@@ -5,8 +5,52 @@ title: "Line Height"
# Line Height
-
-
Usage
-
Responsive
-
Customizing
+
+ Utilities for controlling the leading (line height) of an element.
+
+
+@include('_partials.feature-badges', [
+ 'responsive' => true,
+ 'customizable' => true,
+ 'hover' => false,
+ 'focus' => false
+])
+
+
+
+
+
+
+
+
+
+
+ | Class |
+ Properties |
+ Description |
+
+
+
+
+ | .leading-none |
+ line-height: 1; |
+ Set the line height of an element to 1. |
+
+
+ | .leading-tight |
+ line-height: 1.25; |
+ Set the line height of an element to 1.25. |
+
+
+ | .leading-normal |
+ line-height: 1.5; |
+ Set the line height of an element to 1.5. |
+
+
+ | .leading-loose |
+ line-height: 2; |
+ Set the line height of an element to 2. |
+
+
+