Improve snippet

This commit is contained in:
Jeremy Thomas
2017-10-09 15:38:12 +01:00
parent 720ed45121
commit 70367c3b5d
22 changed files with 2121 additions and 865 deletions

View File

@@ -53,6 +53,8 @@ doc-subtab: basics
</div>
</div>
{% highlight html %}{{ columns }}{% endhighlight %}
<div class="highlight-full">
{% highlight html %}{{ columns }}{% endhighlight %}
</div>
</div>
</section>

View File

@@ -468,7 +468,9 @@ doc-subtab: sizes
</div>
</div>
{% highlight html %}{{ columns_narrow }}{% endhighlight %}
<div class="highlight-full">
{% highlight html %}{{ columns_narrow }}{% endhighlight %}
</div>
<div class="content">
<p>As for the size modifiers, you can have narrow columns for different <strong>breakpoints</strong>:</p>