Quellcode durchsuchen

Fixed #8: Hoverboxen Aufbau angepasst und font-size angepasst

Moritz Schmidt vor 9 Jahren
Ursprung
Commit
2cb4b68e5e
1 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  1. 4 2
      style.css

+ 4 - 2
style.css

@@ -237,8 +237,10 @@ Text Domain: ams2016
   top: 50%;
   transform: translate(-50%, -50%);
   color: #fff;
-  font-size: 4vw;
-  line-height: 4vw;
+  font-size: 3.5vw;
+  line-height: 3.5vw;
+  width: 100%;
+  text-align: center;
 }
 
 .tda-item img {