Skip to content

Commit

Permalink
css: add margin top to blog tags
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Sep 25, 2020
1 parent b36bc28 commit f52bbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/beautifuljekyll.css
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ footer .footer-custom-content {
.blog-tags {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 0.9375rem;
margin-bottom: 1.875rem;
margin: 1.875rem 0;
}

.blog-tags span {
Expand Down

0 comments on commit f52bbed

Please sign in to comment.