From 47dd737abe8d4e2aadaad6b150f13743c2808c3e Mon Sep 17 00:00:00 2001
From: Innovation Inc <connorrox60@gmail.com>
Date: Sun, 21 Apr 2019 18:55:41 -0500
Subject: [PATCH] Update taskbar.html

---
 taskbar.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taskbar.html b/taskbar.html
index d324811..27ce9e9 100644
--- a/taskbar.html
+++ b/taskbar.html
@@ -42,5 +42,5 @@ function checkTime(i) {
   <body style="background-color:black;" onload="startTime();">
 	  <a target="app" href="index-closed.html" title="Returns you to the Desktop"><button>Home</button></a>
 	  <a target="app" href="apps/About/index.html"><img src="apps/About/about.png"></a>
-	  <div class="cwhite" style="text-align:right;top:8px" id="txt"></div>
+	  <div class="cwhite" style="text-align:right;padding=12px" id="txt"></div>
 	</body>