Skip to content

Commit f64281d

Browse files
authored
convert px to rem for tags border
1 parent 12c5c85 commit f64281d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/beautifuljekyll.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ footer .footer-custom-content {
567567
padding: 0 0.3125rem;
568568
opacity: 0.8;
569569
border: 1px solid transparent;
570-
border-radius: 2px;
570+
border-radius: 0.1875rem;
571571
}
572572

573573
.blog-tags a:hover {

0 commit comments

Comments
 (0)