mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add gap
This commit is contained in:
@@ -39,9 +39,6 @@ route: documentation
|
||||
<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>
|
||||
<li {% if page.doc-tab == 'layout' %}class="is-active"{% endif %}>
|
||||
<a href="{{ site.url }}/documentation/layout/container/">Layout</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user