From 6d61a69559d8f2a558037eb4f00e4e2144cf38f1 Mon Sep 17 00:00:00 2001 From: Matt DiCicco Date: Mon, 8 Jul 2019 15:26:07 -0400 Subject: [PATCH] center align wide controls --- client/app/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/app/main.css b/client/app/main.css index 1d84d99..5dfd8b6 100644 --- a/client/app/main.css +++ b/client/app/main.css @@ -468,4 +468,6 @@ html, body { } */ - \ No newline at end of file + .teaching-mode-operations, .play-mode-operations { + margin-left : 8.33% !important + } \ No newline at end of file