aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/css/type.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html
index 70e3fc36d..6eca026de 100644
--- a/docs/_includes/css/type.html
+++ b/docs/_includes/css/type.html
@@ -201,6 +201,7 @@ You can use the mark tag to <mark>highlight</mark> text.
<p class="text-left">Left aligned text.</p>
<p class="text-center">Center aligned text.</p>
<p class="text-right">Right aligned text.</p>
+<p class="text-justify">Justified text.</p>
<p class="text-nowrap">No wrap text.</p>
{% endhighlight %}