mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
Organize partials
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user