diff --git a/WebHostLib/static/styles/tracker.css b/WebHostLib/static/styles/tracker.css index c59dd6044c..444480069d 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{