|
24 | 24 | </head>
|
25 | 25 | <body class="w-100 sans-serif bg-white pt5">
|
26 | 26 | <main>
|
27 |
| - <article class="mw7 center ph3 ph5-ns tc br2 pv5 bg-washed-green dark-green"> |
| 27 | + <article class="mw7 center ph3 ph5-ns tc br2 pv5 bg-washed-green dark-green mb5"> |
28 | 28 | <h1 class="fw6 f3 f2-ns lh-title mt0 mb3">
|
29 | 29 | This is a tagline. For x.
|
30 | 30 | </h1>
|
@@ -54,7 +54,7 @@ <h1 class="f4 f3-ns mt4">Basic</h1>
|
54 | 54 | <h2 class="f5">HTML</h2>
|
55 | 55 | <p class="f5 black-70"></p>
|
56 | 56 | <pre class="pa3 ba br2 b--black-10 h5 bg-white-20" id="html">
|
57 |
| -<article class="mw7 center ph3 ph5-ns tc br2 pv5 bg-washed-green dark-green"> |
| 57 | +<article class="mw7 center ph3 ph5-ns tc br2 pv5 bg-washed-green dark-green mb5"> |
58 | 58 | <h1 class="fw6 f3 f2-ns lh-title mt0 mb3">
|
59 | 59 | This is a tagline. For x.
|
60 | 60 | </h1>
|
@@ -165,6 +165,10 @@ <h2 class="f5">css</h2>
|
165 | 165 | margin-bottom: 1rem;
|
166 | 166 | }
|
167 | 167 |
|
| 168 | +.mb5 { |
| 169 | + margin-bottom: 4rem; |
| 170 | +} |
| 171 | + |
168 | 172 | .mt0 {
|
169 | 173 | margin-top: 0;
|
170 | 174 | }
|
@@ -232,16 +236,16 @@ <h2 class="f5">css</h2>
|
232 | 236 | <h2 class="f5 mb3 mt4">Css stats for this component</h2>
|
233 | 237 | <dl class="dib mr4 mt0">
|
234 | 238 | <dt class="db f6">Gzipped Size</dt>
|
235 |
| - <dd class="ml0 b f3 f2-ns">567<small class="f6">B</small> |
| 239 | + <dd class="ml0 b f3 f2-ns">574<small class="f6">B</small> |
236 | 240 | </dd>
|
237 | 241 | </dl>
|
238 | 242 | <dl class="dib mr4 mt0">
|
239 | 243 | <dt class="db f6">Selectors</dt>
|
240 |
| - <dd class="ml0 b f3 f2-ns">34</dd> |
| 244 | + <dd class="ml0 b f3 f2-ns">35</dd> |
241 | 245 | </dl>
|
242 | 246 | <dl class="dib mt0">
|
243 | 247 | <dt class="db f6">Declarations</dt>
|
244 |
| - <dd class="ml0 b f3 f2-ns">42</dd> |
| 248 | + <dd class="ml0 b f3 f2-ns">43</dd> |
245 | 249 | </dl>
|
246 | 250 | </div>
|
247 | 251 | <div class="fl w-100">
|
|
0 commit comments