Skip to content

Commit

Permalink
convert px to rem for tags border
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Sep 13, 2020
1 parent 12c5c85 commit f64281d
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 @@ -567,7 +567,7 @@ footer .footer-custom-content {
padding: 0 0.3125rem;
opacity: 0.8;
border: 1px solid transparent;
border-radius: 2px;
border-radius: 0.1875rem;
}

.blog-tags a:hover {
Expand Down

0 comments on commit f64281d

Please sign in to comment.