Organize partials

This commit is contained in:
Jeremy Thomas
2018-04-09 22:25:26 +01:00
parent a1c1909001
commit e8d4efb274
97 changed files with 691 additions and 835 deletions

View File

@@ -272,7 +272,7 @@ breadcrumb:
{% highlight html %}{{ columns_sizes }}{% endhighlight %}
</div>
{% include anchor.html name="12 columns system" %}
{% include elements/anchor.html name="12 columns system" %}
<div class="content">
<p>As the grid can be divided into <strong>12</strong> columns, there are size classes for each division:</p>
@@ -511,7 +511,7 @@ breadcrumb:
</div>
</div>
{% include anchor.html name="Offset" %}
{% include elements/anchor.html name="Offset" %}
<div class="content">
<p>
@@ -559,7 +559,7 @@ breadcrumb:
{% highlight html %}{{ columns_offset }}{% endhighlight %}
</div>
{% include anchor.html name="Narrow column" %}
{% include elements/anchor.html name="Narrow column" %}
<div class="content">
<p>If you want a column to only take the <strong>space it needs</strong>, use the <code>is-narrow</code> modifier. The other column(s) will fill up the remaining space.</p>