Change wording

This commit is contained in:
Jeremy Thomas 2020-05-13 13:09:44 +01:00
parent 1d70a304cf
commit d6055087c9

View File

@ -38,7 +38,7 @@ customValues:
{% include elements/new-tag.html version="0.9.0" %}
<div class="content">
<p>Bulma provides you <strong>margin</strong> <code>m*</code> and <strong>padding</strong> <code>p*</code> helpers in all <strong>directions</strong>:</p>
<p>Bulma provides <strong>margin</strong> <code>m*</code> and <strong>padding</strong> <code>p*</code> helpers in all <strong>directions</strong>:</p>
<ul>
<li>
@ -62,7 +62,7 @@ customValues:
</ul>
<p>
You can <strong>combine</strong> a margin/padding prefix with a direciton suffix. For example:
You need to <strong>combine</strong> a margin/padding prefix with a direciton suffix. For example:
</p>
<ul>
@ -94,7 +94,7 @@ customValues:
{% include elements/anchor.html name="List of all spacing helpers" %}
<p>
<p class="block">
There are <strong>84 spacing helpers</strong> to choose from:
</p>
@ -131,13 +131,13 @@ $spacing-values: ("small": 10px, "medium": 30px, "large": 60px);
<strong>padding</strong> to be totally <strong class="has-text-danger">excluded</strong>
</li>
<li>
<strong>horizontal</strong> to be abbreviated to <code>h</code> as shortcut
<strong>horizontal</strong> to be abbreviated to <code>h</code>
</li>
<li>
<strong>vertical</strong> to be ommited
<strong>vertical</strong> to be excluded as well
</li>
<li>
to only have 3 values: <strong>"small"</strong> at <code>10px</code>, <strong>"medium"</strong> at <code>30px</code>, and <strong>"large"</strong> at <code>60px</code>
and to only have 3 values: <strong>"small"</strong> at <code>10px</code>, <strong>"medium"</strong> at <code>30px</code>, and <strong>"large"</strong> at <code>60px</code>
</li>
</ul>
<p>