Skip to content

Commit

Permalink
fix: remove bottom margin on the last paragraph instead of all on the…
Browse files Browse the repository at this point in the history
… homepage

- closes #652
  • Loading branch information
LouisBarranqueiro committed Sep 6, 2020
1 parent 07311cf commit eebc49d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ sharing_options:
google_plus:
icon: "fab fa-google-plus"
url: "https://plus.google.com/share?url={{post.permalink}}"
# Business Social Networks
# Business Social Networks
# linkedin:
# icon: "fab fa-linkedin"
# url: "https://www.linkedin.com/shareArticle?mini=true&url={{post.permalink}}"
Expand Down
2 changes: 1 addition & 1 deletion source/_css/components/_postShorten.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
display: block;
width: 100%;
}
.postShorten-excerpt > p {
.postShorten-excerpt > p:last-of-type {
margin-bottom: 0;
}
.postShorten-thumbnailimg {
Expand Down

0 comments on commit eebc49d

Please sign in to comment.