Skip to content
Snippets Groups Projects
Commit 98c204d9 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

reduce waste on phaidra.kug.ac.at

parent de674093
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,20 @@
}
}
@-moz-document domain(phaidra.kug.ac.at) {
body{
font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */
color: rgb(0,0,0);
}
.flex-70{
max-width: 98% !important; /* 70% is a waste of screen real estate */
flex: 1 1 98% !important;
}
#tab{
width: 98% !important; /* 85% is waste ... */
}
}
@-moz-document domain(backend.univie.ac.at) {
body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ }
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment