Browse Source

Adjust size of active header text

Kristan Kenney 6 years ago
parent
commit
a83e3530b9
1 changed files with 2 additions and 3 deletions
  1. 2 3
      web/css/styles.min.css

+ 2 - 3
web/css/styles.min.css

@@ -1265,13 +1265,12 @@ form#vstobjects .alert {
   font-weight: 600;
   font-weight: 600;
   color: #5b5b5b;
   color: #5b5b5b;
   min-height: 21px;
   min-height: 21px;
+  font-size: 16px;
 }
 }
 
 
 .l-stat__col--active .l-stat__col-title {
 .l-stat__col--active .l-stat__col-title {
   color: #cc3366;
   color: #cc3366;
-  font-size: 22px;
-  margin-top: -7px;
-  letter-spacing: -1px;
+  font-size: 16px;
   margin-right: -4px;
   margin-right: -4px;
 }
 }