Skip to content

Commit 3ee6335

Browse files
committed
Upload file: sort-package-json-keithamus.html
1 parent a5f76e6 commit 3ee6335

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

projects/sort-package-json-keithamus.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,15 @@
4343
a{
4444
text-decoration: none;
4545
}
46-
.site-main, .sidebar, .breadcrumbs{
46+
.site-main article, .sidebar, .breadcrumbs{
4747
background: #fff;
4848

4949
}
50+
51+
.site-main article{
52+
padding: 14px;
53+
}
54+
5055
.sidebar{
5156
padding: 12px;
5257
}
@@ -269,6 +274,7 @@
269274

270275
<!-- Main Details -->
271276
<main class="col-md-8 site-main">
277+
<article>
272278
<!-- Project Name & Description -->
273279
<h1 id="packageName">Sort Package JSON</h1>
274280
<p id="packageDescription" class="text-muted">Sort an Object or package.json based on the well-known package.json keys</p>
@@ -712,6 +718,7 @@ <h5>Contributors</h5>
712718
</ul>
713719
</div>
714720
</div>
721+
</article>
715722
</main>
716723
<!-- Sidebar -->
717724
<aside class="col-md-4">

0 commit comments

Comments
 (0)