Browse Source

Adjust header text size on server statistics page

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

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

@@ -1893,7 +1893,8 @@ div.l-content > div.l-separator:nth-of-type(4) {
 
 .l-unit__name {
   color: #414141;
-  font-size: 28px;
+  font-size: 22px;
+  margin-top: 10px;
   margin-bottom: 10px;
   font-weight: 500;
   letter-spacing: -0.02em;