Jonathan Starck 3 ani în urmă
părinte
comite
7336b5c356
2 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 3 0
      css/custom.css
  2. 3 0
      css/custom.less

+ 3 - 0
css/custom.css

@@ -45,3 +45,6 @@ table.wachenaufgaben tr td.symbol span.fa {
   font-family: 'Font Awesome 6 Pro';
   font-weight: 400;
 }
+table.wachenaufgaben tr td.time {
+  font-size: 90%;
+}

+ 3 - 0
css/custom.less

@@ -55,6 +55,9 @@ table.wachenaufgaben {
                     }
                 }
             }
+            &.time{
+                font-size: 90%;
+            }
         }
     }
 }