diff --git a/userContent.css b/userContent.css index e74ca019de2225e82d0f8da6ad6370b9b9f34122..6b656bb37c93408661f8dd1dd8d8a37e9dc38154 100644 --- a/userContent.css +++ b/userContent.css @@ -32,6 +32,14 @@ } } +@-moz-document domain(phaidra-entw.univie.ac.at) { + body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ } + .flex-70{ + max-width: 98% !important; /* 70% is a waste of screen real estate */ + flex: 1 1 98% !important; + } +} + @-moz-document domain(xxx-phaidra-entw.univie.ac.at) { body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ } .flex-70{