mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
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:
+2
-3
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user