mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add columns section
This commit is contained in:
@@ -36,6 +36,9 @@ route: documentation
|
||||
<li {% if page.doc-tab == 'modifiers' %}class="is-active"{% endif %}>
|
||||
<a href="{{ site.url }}/documentation/modifiers/syntax">Modifiers</a>
|
||||
</li>
|
||||
<li {% if page.doc-tab == 'columns' %}class="is-active"{% endif %}>
|
||||
<a href="{{ site.url }}/documentation/columns/basics">Columns</a>
|
||||
</li>
|
||||
<li {% if page.doc-tab == 'grid' %}class="is-active"{% endif %}>
|
||||
<a href="{{ site.url }}/documentation/grid/columns">Grid</a>
|
||||
</li>
|
||||
@@ -65,7 +68,7 @@ route: documentation
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<p class="has-text-grey-light">
|
||||
<p class="has-text-centered has-text-grey-light">
|
||||
This page is <strong class="has-text-grey">open source</strong>.
|
||||
Noticed a typo? Or something unclear?
|
||||
<a class="has-text-grey" href="https://github.com/jgthms/bulma/blob/master/docs/{{ page.path }}" style="border-bottom: 1px solid currentColor;">
|
||||
|
||||
Reference in New Issue
Block a user