Skip to content

Commit

Permalink
Merge pull request #2 from PatrickJnr/main-cf-autofix
Browse files Browse the repository at this point in the history
Apply fixes from CodeFactor
  • Loading branch information
PatrickJnr authored Jun 23, 2024
2 parents c37d57d + c1c3457 commit 5e0c9f3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ a {
*/

blockquote {
margin: 10px 20px 10px;
margin: 10px 20px;
padding: 0px 15px;
border-left: 0.25em solid #ccc;
color: #999;
Expand Down
2 changes: 1 addition & 1 deletion _sass/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
.footer a {
color: $brand-color;
padding: 0px 10px 0px;
padding: 0px 10px;
text-decoration: none;
}
@media (max-width: $container-width) {
Expand Down
2 changes: 1 addition & 1 deletion _sass/_page.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.page-content {
max-width: 600px;
display: block;
margin: 10px auto 10px;
margin: 10px auto;
padding: 0px 10px 10px;
}
8 changes: 4 additions & 4 deletions _sass/_post.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.post-content {
width: 600px;
display: block;
margin: 10px auto 10px;
margin: 10px auto;
}
.post-date {
display: block;
Expand All @@ -19,7 +19,7 @@
.post-content {
width: 60vw;
display: block;
margin: 10px auto 10px;
margin: 10px auto;
}
.featured-image img {
align: middle;
Expand All @@ -32,7 +32,7 @@
.post-content {
width: 95vw;
display: block;
margin: 10px auto 10px;
margin: 10px auto;
}
.featured-image img {
align: middle;
Expand All @@ -59,7 +59,7 @@
margin: 0px;
}
.related-posts {
padding: 10px 0px 10px;
padding: 10px 0px;
list-style: none;
display: inline-block;
}
Expand Down
2 changes: 1 addition & 1 deletion js/pig.js
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@
anchor.appendChild(this.fullImage);
this.getElement().appendChild(anchor);

;( function( $ ) {
( function( $ ) {
$( '.swipebox' ).swipebox();
} )( jQuery );
} else {
Expand Down

0 comments on commit 5e0c9f3

Please sign in to comment.