Add breakpoint containers

This commit is contained in:
Jeremy Thomas
2017-07-21 11:22:08 +02:00
parent 39a09d204a
commit 06a392072b
14 changed files with 234 additions and 139 deletions

View File

@@ -1 +1 @@
<span class="tag">>= 1000px</span>
<span class="tag">>= 1008px</span>

View File

@@ -0,0 +1 @@
<span class="tag">>= 1392px</span>

View File

@@ -1 +1 @@
<span class="tag">< 1000px</span>
<span class="tag">< 1008px</span>

View File

@@ -0,0 +1 @@
<span class="tag">>= 1200px</span>

View File

@@ -1,5 +1,5 @@
<nav class="navbar has-shadow">
<div class="container">
<div class="container is-fullhd">
<div class="navbar-brand">
{% if site.vernum >= 43 %}
<a class="navbar-item is-tab {% if page.doc-subtab == 'breadcrumb' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/breadcrumb/">
@@ -9,6 +9,11 @@
<a class="navbar-item is-tab {% if page.doc-subtab == 'card' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/card/">
Card
</a>
{% if site.vernum >= 44 %}
<a class="navbar-item is-tab {% if page.doc-subtab == 'dropdown' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/dropdown/">
Dropdown
</a>
{% endif %}
<a class="navbar-item is-tab {% if page.doc-subtab == 'level' %}is-active{% endif %}" href="{{ site.url }}/documentation/components/level/">
Level
</a>