Skip to content

Commit ab41c26

Browse files
author
mrmrs
committed
Add padding to title
1 parent 4356216 commit ab41c26

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

components/article-lists/title-preview-author-media-flipped/index.html

+5-10
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<body class="w-100 sans-serif bg-white">
2626
<main>
2727
<section class="mw7 center">
28-
<h2 class="athelas ph3 ph0-ns">News</h2>
28+
<h2 class="athelas ph3 ph0-l">News</h2>
2929
<article class="pv4 bt bb b--black-10 ph3 ph0-l">
3030
<div class="flex flex-column flex-row-ns">
3131
<div class="w-100 w-60-ns pr3-ns order-2 order-1-ns">
@@ -89,7 +89,7 @@ <h2 class="f5">HTML</h2>
8989
<p class="f5 black-70"></p>
9090
<pre class="pa3 ba br2 b--black-10 h5 bg-white-20" id="html">
9191
&lt;section class=&quot;mw7 center&quot;&gt;
92-
&lt;h2 class=&quot;athelas ph3 ph0-ns&quot;&gt;News&lt;/h2&gt;
92+
&lt;h2 class=&quot;athelas ph3 ph0-l&quot;&gt;News&lt;/h2&gt;
9393
&lt;article class=&quot;pv4 bt bb b--black-10 ph3 ph0-l&quot;&gt;
9494
&lt;div class=&quot;flex flex-column flex-row-ns&quot;&gt;
9595
&lt;div class=&quot;w-100 w-60-ns pr3-ns order-2 order-1-ns&quot;&gt;
@@ -280,11 +280,6 @@ <h2 class="f5">css</h2>
280280
padding-right: 1rem;
281281
}
282282

283-
.ph0-ns {
284-
padding-left: 0;
285-
padding-right: 0;
286-
}
287-
288283
.mb0-ns {
289284
margin-bottom: 0;
290285
}
@@ -309,16 +304,16 @@ <h2 class="f5">css</h2>
309304
<h2 class="f5 mb3 mt4">Css stats for this component</h2>
310305
<dl class="dib mr4 mt0">
311306
<dt class="db f6">Gzipped Size</dt>
312-
<dd class="ml0 b f3 f2-ns">525<small class="f6">B</small>
307+
<dd class="ml0 b f3 f2-ns">519<small class="f6">B</small>
313308
</dd>
314309
</dl>
315310
<dl class="dib mr4 mt0">
316311
<dt class="db f6">Selectors</dt>
317-
<dd class="ml0 b f3 f2-ns">35</dd>
312+
<dd class="ml0 b f3 f2-ns">34</dd>
318313
</dl>
319314
<dl class="dib mt0">
320315
<dt class="db f6">Declarations</dt>
321-
<dd class="ml0 b f3 f2-ns">43</dd>
316+
<dd class="ml0 b f3 f2-ns">41</dd>
322317
</dl>
323318
</div>
324319
<div class="fl w-100">

src/components/article-lists/title-preview-author-media-flipped.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"bodyClass" : "bg-white"
33
}}}
44
<section class="mw7 center">
5-
<h2 class="athelas ph3 ph0-ns">News</h2>
5+
<h2 class="athelas ph3 ph0-l">News</h2>
66
<article class="pv4 bt bb b--black-10 ph3 ph0-l">
77
<div class="flex flex-column flex-row-ns">
88
<div class="w-100 w-60-ns pr3-ns order-2 order-1-ns">

0 commit comments

Comments
 (0)