Skip to content

Commit

Permalink
Updated styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Sun committed Apr 9, 2016
1 parent 3b8d631 commit 287aa59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/css/apollo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/scss/_partial/home-post-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
margin: 2em 0;
.post-list-item {
padding: 1em 0 2em;
border-bottom: 1px solid #ddd;
// border-bottom: 1px solid #ddd;
&:last-child {
border-bottom: 0px;
}
Expand Down
2 changes: 1 addition & 1 deletion source/scss/_partial/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
position: relative;
margin: 1em 0;
&:before {
content: "#";
// content: "#";
color: #42b983;
position: absolute;
left: -0.7em;
Expand Down

0 comments on commit 287aa59

Please sign in to comment.