Browse Source

Hotfix for tda-items text

Moritz Schmidt 9 years ago
parent
commit
d64a0e3799
1 changed files with 2 additions and 2 deletions
  1. 2 2
      style.css

+ 2 - 2
style.css

@@ -391,8 +391,8 @@ a:hover {
   }
   }
 
 
   .tda-hover .relcontainer span {
   .tda-hover .relcontainer span {
-    font-size: 2vw;
-    line-height: 2vw;
+    font-size: 1.5vw;
+    line-height: 1.5vw;
   }
   }
 
 
 }
 }