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

@@ -42,7 +42,7 @@ breadcrumb:
</div>
{% endcapture %}
{% include anchor.html name="Mobile columns" %}
{% include elements/anchor.html name="Mobile columns" %}
<div class="content">
<p>
@@ -101,7 +101,7 @@ breadcrumb:
{% highlight html %}{{ columns_desktop }}{% endhighlight %}
{% include anchor.html name="Different column sizes per breakpoint" %}
{% include elements/anchor.html name="Different column sizes per breakpoint" %}
<div class="content">
<p>You can define a <strong>column size</strong> for <em>each</em> viewport size: mobile, tablet, and desktop.</p>