convert px to rem for tags border

This commit is contained in:
Dean Attali 2020-09-12 21:01:19 -04:00 committed by GitHub
parent 12c5c85584
commit f64281de36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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