convert px to rem for tags border
This commit is contained in:
parent
12c5c85584
commit
f64281de36
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ footer .footer-custom-content {
|
||||||
padding: 0 0.3125rem;
|
padding: 0 0.3125rem;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 2px;
|
border-radius: 0.1875rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog-tags a:hover {
|
.blog-tags a:hover {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue