From 30f103d3b0791e336e8c5c960c07046acdc39ff7 Mon Sep 17 00:00:00 2001 From: Rohit Nandwani Date: Thu, 13 Jun 2019 19:01:45 -0400 Subject: [PATCH] changed font size of operation mode buttons --- client/app/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/app/main.css b/client/app/main.css index 3ecbb37..0095ad8 100644 --- a/client/app/main.css +++ b/client/app/main.css @@ -196,7 +196,7 @@ html, body { .control-card-six .button-area > button { height: 50%; - font-size: 12pt; + /* font-size: 12pt; */ } .control-card .panel-heading i { @@ -353,4 +353,5 @@ html, body { } + \ No newline at end of file