From 2892b9a74864ba4a578bf17536b7338972da2b29 Mon Sep 17 00:00:00 2001 From: mingjun97 Date: Tue, 10 May 2022 00:59:31 -0700 Subject: [PATCH] UI Titlebar tweak --- styles/console.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/console.css b/styles/console.css index bf6d06d..7eed15e 100644 --- a/styles/console.css +++ b/styles/console.css @@ -58,7 +58,7 @@ button:hover { #titleBar { font-size: 2em; - padding: 20px; + padding: 10px; text-align: left; font-weight: bold; margin-left: 30px;