25
25
< body class ="w-100 sans-serif bg-white black-80 helvetica ">
26
26
< main >
27
27
< article class ="cf pa3 mw9 center ">
28
- < header class ="h5 fl w-100 w-50-l pa4-ns ">
28
+ < header class ="fl w-100 w-50-l pa4-ns mb3 mb5 -ns ">
29
29
< h2 class ="lh-title f3 b mt0 ">
30
30
Beginners and amateurs alike overestimate the importance of the
31
31
so-called brain wave, the sudden brilliant idea.
@@ -143,7 +143,7 @@ <h2 class="f5">HTML</h2>
143
143
< p class ="f5 black-70 "> </ p >
144
144
< pre class ="pa3 ba br2 b--black-10 h5 bg-white-20 " id ="html ">
145
145
<article class="cf pa3 mw9 center">
146
- <header class="h5 fl w-100 w-50-l pa4-ns">
146
+ <header class="fl w-100 w-50-l pa4-ns mb3 mb5 -ns">
147
147
<h2 class="lh-title f3 b mt0">
148
148
Beginners and amateurs alike overestimate the importance of the
149
149
so-called brain wave, the sudden brilliant idea.
@@ -288,10 +288,6 @@ <h2 class="f5">css</h2>
288
288
font-weight: bold;
289
289
}
290
290
291
- .h5 {
292
- height: 16rem;
293
- }
294
-
295
291
.lh-title {
296
292
line-height: 1.25;
297
293
}
@@ -312,6 +308,10 @@ <h2 class="f5">css</h2>
312
308
padding: 1rem;
313
309
}
314
310
311
+ .mb3 {
312
+ margin-bottom: 1rem;
313
+ }
314
+
315
315
.mt0 {
316
316
margin-top: 0;
317
317
}
@@ -357,6 +357,10 @@ <h2 class="f5">css</h2>
357
357
.pa4-ns {
358
358
padding: 2rem;
359
359
}
360
+
361
+ .mb5-ns {
362
+ margin-bottom: 4rem;
363
+ }
360
364
}
361
365
362
366
@media screen and (min-width: 30em) and (max-width: 60em) {
@@ -383,16 +387,16 @@ <h2 class="f5">css</h2>
383
387
< h2 class ="f5 mb3 mt4 "> Css stats for this component</ h2 >
384
388
< dl class ="dib mr4 mt0 ">
385
389
< dt class ="db f6 "> Gzipped Size</ dt >
386
- < dd class ="ml0 b f3 f2-ns "> 491 < small class ="f6 "> B</ small >
390
+ < dd class ="ml0 b f3 f2-ns "> 506 < small class ="f6 "> B</ small >
387
391
</ dd >
388
392
</ dl >
389
393
< dl class ="dib mr4 mt0 ">
390
394
< dt class ="db f6 "> Selectors</ dt >
391
- < dd class ="ml0 b f3 f2-ns "> 26 </ dd >
395
+ < dd class ="ml0 b f3 f2-ns "> 27 </ dd >
392
396
</ dl >
393
397
< dl class ="dib mt0 ">
394
398
< dt class ="db f6 "> Declarations</ dt >
395
- < dd class ="ml0 b f3 f2-ns "> 37 </ dd >
399
+ < dd class ="ml0 b f3 f2-ns "> 38 </ dd >
396
400
</ dl >
397
401
</ div >
398
402
< div class ="fl w-100 ">
@@ -409,8 +413,6 @@ <h2 class="f5 mt4">Modules referenced</h2>
409
413
410
414
< li class ="fl w-100 w-50-m w-33-ns "> < a class ="f5 link dim blue fw6 " href ="https://github.com/tachyons-css/tachyons-font-weight "> tachyons-font-weight</ a > </ li >
411
415
412
- < li class ="fl w-100 w-50-m w-33-ns "> < a class ="f5 link dim blue fw6 " href ="https://github.com/tachyons-css/tachyons-heights "> tachyons-heights</ a > </ li >
413
-
414
416
< li class ="fl w-100 w-50-m w-33-ns "> < a class ="f5 link dim blue fw6 " href ="https://github.com/tachyons-css/tachyons-line-height "> tachyons-line-height</ a > </ li >
415
417
416
418
< li class ="fl w-100 w-50-m w-33-ns "> < a class ="f5 link dim blue fw6 " href ="https://github.com/tachyons-css/tachyons-max-widths "> tachyons-max-widths</ a > </ li >
@@ -433,7 +435,7 @@ <h2 class="f5 mt4">Modules referenced</h2>
433
435
434
436
435
437
< h4 class ="mt5 "> Install via npm < small class ="fw2 f6 db mt1 "> Only installs the needed tachyons-modules for this component</ small > </ h4 >
436
- < code class ="f6 "> npm i --save tachyons-background-size tachyons-background-position tachyons-clears tachyons-floats tachyons-font-weight tachyons-heights tachyons- line-height tachyons-max-widths tachyons-widths tachyons-spacing tachyons-type-scale tachyons-typography tachyons-utilities</ code >
438
+ < code class ="f6 "> npm i --save tachyons-background-size tachyons-background-position tachyons-clears tachyons-floats tachyons-font-weight tachyons-line-height tachyons-max-widths tachyons-widths tachyons-spacing tachyons-type-scale tachyons-typography tachyons-utilities</ code >
437
439
< section class ="bt b--black-10 mt5 pv4 ">
438
440
< h1 class ="f6 b ttu "> Other Components</ h1 >
439
441
0 commit comments