Jonathan Starck 3 лет назад
Родитель
Сommit
b06b41aa48
2 измененных файлов с 8 добавлено и 0 удалено
  1. 4 0
      css/custom.css
  2. 4 0
      css/custom.less

+ 4 - 0
css/custom.css

@@ -59,4 +59,8 @@ table.wachenaufgaben {
 }
 table.wachenaufgaben tr {
   opacity: 1!important;
+  font-size: 100%;
+}
+table.wachenaufgaben tr td {
+  font-size: 100%;
 }

+ 4 - 0
css/custom.less

@@ -39,5 +39,9 @@ table.wachenaufgaben {
     font-size: 3.5em!important;
     tr {
         opacity: 1!important;
+        font-size: 100%;
+        td {
+            font-size: 100%;
+        }
     }
 }