mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix container docs
This commit is contained in:
@@ -39,6 +39,9 @@ route: documentation
|
||||
<li {% if page.doc-tab == 'grid' %}class="is-active"{% endif %}>
|
||||
<a href="{{ site.url }}/documentation/grid/columns">Grid</a>
|
||||
</li>
|
||||
<li {% if page.doc-tab == 'layout' %}class="is-active"{% endif %}>
|
||||
<a href="{{ site.url }}/documentation/layout/container/">Layout</a>
|
||||
</li>
|
||||
<li {% if page.doc-tab == 'form' %}class="is-active"{% endif %}>
|
||||
<a href="{{ site.url }}/documentation/form/general">Form</a>
|
||||
</li>
|
||||
@@ -52,9 +55,6 @@ route: documentation
|
||||
<a href="{{ site.url }}/documentation/components/card/">Components</a>
|
||||
{% endif %}
|
||||
</li>
|
||||
<li {% if page.doc-tab == 'layout' %}class="is-active"{% endif %}>
|
||||
<a href="{{ site.url }}/documentation/layout/container/">Layout</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user