Skip to content

Commit

Permalink
Tweak - Remove vertical line on the blog and latest news section #66
Browse files Browse the repository at this point in the history
  • Loading branch information
milanthapaa committed Apr 22, 2020
1 parent 8e4a108 commit d905af8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sass/theme/blog/_blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@
margin-left: 0px;
padding-left: 0px;
}
span.comments-link span {
color: #787878;
border-left: none;
margin: 0;
font-size: 11px;
padding-left: 0;
}
}

article {
Expand Down
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3393,6 +3393,14 @@ body {
padding-left: 0px;
}

.entry-meta span.comments-link span {
color: #787878;
border-left: none;
margin: 0;
font-size: 11px;
padding-left: 0;
}

article {
border-top: 1px solid #e4e4e4;
margin-top: 40px;
Expand Down

0 comments on commit d905af8

Please sign in to comment.