diff --git a/client/app/components/coordinator/coordinator.html b/client/app/components/coordinator/coordinator.html index 5e44963..81902d7 100644 --- a/client/app/components/coordinator/coordinator.html +++ b/client/app/components/coordinator/coordinator.html @@ -304,7 +304,7 @@ --> -
+
Teaching Mode Operations diff --git a/client/app/main.css b/client/app/main.css index 235f744..72b7274 100644 --- a/client/app/main.css +++ b/client/app/main.css @@ -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 }