From 5503fc88edebac4e53259da65b6be1ae8c519af0 Mon Sep 17 00:00:00 2001 From: L_DA <raphael.dannecker@steinbeisschule-reutlingen.de> Date: Sun, 22 Nov 2020 09:57:50 +0000 Subject: [PATCH] font size of changes increased --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index a245f4b..12047e8 100755 --- a/styles.css +++ b/styles.css @@ -95,6 +95,7 @@ div.lesson { padding: 2px; //box-sizing: border-box; font-weight:bold; + font-size: 1em; //display: block!important; } @@ -138,6 +139,7 @@ div.lesson { .cancel4me .lesson_detail { text-decoration: line-through; + font-size: 1em; //display: none; }