Skip to content

Commit 92a5369

Browse files
author
mrmrs
committed
Update component
1 parent b672343 commit 92a5369

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

components/banners/basic/index.html

+9-5
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</head>
2525
<body class="w-100 sans-serif bg-white pt5">
2626
<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">
2828
<h1 class="fw6 f3 f2-ns lh-title mt0 mb3">
2929
This is a tagline. For x.
3030
</h1>
@@ -54,7 +54,7 @@ <h1 class="f4 f3-ns mt4">Basic</h1>
5454
<h2 class="f5">HTML</h2>
5555
<p class="f5 black-70"></p>
5656
<pre class="pa3 ba br2 b--black-10 h5 bg-white-20" id="html">
57-
&lt;article class=&quot;mw7 center ph3 ph5-ns tc br2 pv5 bg-washed-green dark-green&quot;&gt;
57+
&lt;article class=&quot;mw7 center ph3 ph5-ns tc br2 pv5 bg-washed-green dark-green mb5&quot;&gt;
5858
&lt;h1 class=&quot;fw6 f3 f2-ns lh-title mt0 mb3&quot;&gt;
5959
This is a tagline. For x.
6060
&lt;/h1&gt;
@@ -165,6 +165,10 @@ <h2 class="f5">css</h2>
165165
margin-bottom: 1rem;
166166
}
167167

168+
.mb5 {
169+
margin-bottom: 4rem;
170+
}
171+
168172
.mt0 {
169173
margin-top: 0;
170174
}
@@ -232,16 +236,16 @@ <h2 class="f5">css</h2>
232236
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
233237
<dl class="dib mr4 mt0">
234238
<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>
236240
</dd>
237241
</dl>
238242
<dl class="dib mr4 mt0">
239243
<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>
241245
</dl>
242246
<dl class="dib mt0">
243247
<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>
245249
</dl>
246250
</div>
247251
<div class="fl w-100">

src/components/banners/basic.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"bodyClass" : "bg-white pt5"
33
}}}
44

5-
<article class="mw7 center ph3 ph5-ns tc br2 pv5 bg-washed-green dark-green">
5+
<article class="mw7 center ph3 ph5-ns tc br2 pv5 bg-washed-green dark-green mb5">
66
<h1 class="fw6 f3 f2-ns lh-title mt0 mb3">
77
This is a tagline. For x.
88
</h1>

0 commit comments

Comments
 (0)