mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Change wording
This commit is contained in:
parent
1d70a304cf
commit
d6055087c9
@ -38,7 +38,7 @@ customValues:
|
|||||||
{% include elements/new-tag.html version="0.9.0" %}
|
{% include elements/new-tag.html version="0.9.0" %}
|
||||||
|
|
||||||
<div class="content">
|
<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>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
@ -62,7 +62,7 @@ customValues:
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<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>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
@ -94,7 +94,7 @@ customValues:
|
|||||||
|
|
||||||
{% include elements/anchor.html name="List of all spacing helpers" %}
|
{% include elements/anchor.html name="List of all spacing helpers" %}
|
||||||
|
|
||||||
<p>
|
<p class="block">
|
||||||
There are <strong>84 spacing helpers</strong> to choose from:
|
There are <strong>84 spacing helpers</strong> to choose from:
|
||||||
</p>
|
</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>
|
<strong>padding</strong> to be totally <strong class="has-text-danger">excluded</strong>
|
||||||
</li>
|
</li>
|
||||||
<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>
|
||||||
<li>
|
<li>
|
||||||
<strong>vertical</strong> to be ommited
|
<strong>vertical</strong> to be excluded as well
|
||||||
</li>
|
</li>
|
||||||
<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>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user