css: add margin top to blog tags

This commit is contained in:
Dean Attali 2020-09-25 16:53:58 -04:00 committed by GitHub
parent b36bc28fcb
commit f52bbed1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {