From 33b6f27ba07aa7961100dc4c10e1197e2259df3b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 30 Nov 2020 22:31:17 -0500 Subject: [PATCH] Slight improvement to tracker style --- WebHostLib/static/styles/tracker.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WebHostLib/static/styles/tracker.css b/WebHostLib/static/styles/tracker.css index c59dd604..44448006 100644 --- a/WebHostLib/static/styles/tracker.css +++ b/WebHostLib/static/styles/tracker.css @@ -8,7 +8,9 @@ html{ display: flex; flex-direction: column; justify-content: space-between; - width: 100%; + margin-left: auto; + margin-right: auto; + width: calc(100% - 1rem); } .table-wrapper{