Fixed display for smaller screens

Now the answer-possibilities were compressed in an unreadable manner on
smaller screens. This is fixed now.
This commit is contained in:
Cris
2019-06-03 16:47:23 +02:00
committed by hainberg
parent 05a049edca
commit 0eead44c6a
2 changed files with 11 additions and 9 deletions
+2 -3
View File
@@ -27,9 +27,8 @@ body.main /* Workaround fuer Farbverlauf im IE statt ShadowBox */
}
body.testtool-content
{
/*/padding: 0px 50px 0px 50px;*/
overflow: hidden;
width: 50%;
width: 65%;
margin-left: 3%;
}
html
{