Browse Source

adjust styles for total-likes and total-bookmarks

Yuki Takei 4 years ago
parent
commit
9bee521511
1 changed files with 4 additions and 2 deletions
  1. 4 2
      packages/app/src/styles/_subnav.scss

+ 4 - 2
packages/app/src/styles/_subnav.scss

@@ -96,8 +96,10 @@
 
     .total-likes,
     .total-bookmarks {
-      height: 12px;
-      font-size: 12px;
+      height: auto;
+    }
+    .total-bookmarks {
+      font-size: 15px;
     }
   }
 }