diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss index f9d46c41..e468a642 100644 --- a/Mohem/src/theme/styles.scss +++ b/Mohem/src/theme/styles.scss @@ -1373,13 +1373,21 @@ border:0px --border-radius: 0.4cm; } - .monthview-datetable { - *{ - font-size: 11px !important; - font-weight: normal !important; + @media screen and (min-width: 300px) and (max-width:360px) { + *{ + font-size: 9px !important; + font-weight: normal !important; + } } + @media screen and (min-width: 361px) { + *{ + font-size: 11px !important; + font-weight: normal !important; + } + } + thead th { border:none !important; color:#888;