Browse Source

no message

Jonathan Starck 3 years ago
parent
commit
b06b41aa48
2 changed files with 8 additions and 0 deletions
  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 {
 table.wachenaufgaben tr {
   opacity: 1!important;
   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;
     font-size: 3.5em!important;
     tr {
     tr {
         opacity: 1!important;
         opacity: 1!important;
+        font-size: 100%;
+        td {
+            font-size: 100%;
+        }
     }
     }
 }
 }