Browse Source

enhance(ui): adaptive font size for tags

Andelf 2 years ago
parent
commit
6aeb244fa2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/css/common.css

+ 1 - 1
resources/css/common.css

@@ -669,7 +669,7 @@ img.small {
 }
 
 a.tag {
-  font-size: 13px;
+  font-size: 0.9em;
   text-align: center;
   text-decoration: none;
   display: inline-block;