made the teaching mode control smaller

This commit is contained in:
Rohit
2019-07-10 13:53:36 -04:00
parent c1287159e4
commit accffb70b3
2 changed files with 6 additions and 2 deletions

View File

@@ -468,7 +468,11 @@ html, body {
}
*/
.teaching-mode-operations, .play-mode-operations {
.teaching-mode-operations {
margin-left : 20.833%;
}
.play-mode-operations {
margin-left : 8.33% !important
}