Create snippet component

This commit is contained in:
Jeremy Thomas
2017-08-30 20:44:39 +01:00
parent 1776d601da
commit 9b06974cd1
15 changed files with 180 additions and 216 deletions

View File

@@ -81,7 +81,7 @@ doc-subtab: container
<section class="section">
<div class="container">
<h3 class="title">Fluid container</h3>
<h3 class="title is-4">Fluid container</h3>
<div class="content">
<p>If you don't want to have a maximum width but want to keep the 24px margin on the left and right sides, add the <code>is-fluid</code> modifier:</p>
</div>
@@ -96,7 +96,7 @@ doc-subtab: container
<section class="section">
<div class="container">
<h3 class="title">Breakpoint containers</h3>
<h3 class="title is-4">Breakpoint containers</h3>
<div class="content">
<p>
<span class="tag is-success">New!</span>