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 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 }
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 ">
You can’t perform that action at this time.
0 commit comments