File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 43
43
a {
44
44
text-decoration : none;
45
45
}
46
- .site-main , .sidebar , .breadcrumbs {
46
+ .site-main article , .sidebar , .breadcrumbs {
47
47
background : # fff ;
48
48
49
49
}
50
+
51
+ .site-main article {
52
+ padding : 14px ;
53
+ }
54
+
50
55
.sidebar {
51
56
padding : 12px ;
52
57
}
269
274
270
275
<!-- Main Details -->
271
276
< main class ="col-md-8 site-main ">
277
+ < article >
272
278
<!-- Project Name & Description -->
273
279
< h1 id ="packageName "> Sort Package JSON</ h1 >
274
280
< 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>
712
718
</ ul >
713
719
</ div >
714
720
</ div >
721
+ </ article >
715
722
</ main >
716
723
<!-- Sidebar -->
717
724
< aside class ="col-md-4 ">
You can’t perform that action at this time.
0 commit comments