Slight improvement to tracker style

This commit is contained in:
Chris Wilson
2020-11-30 22:31:17 -05:00
parent 26fdb92c30
commit 33b6f27ba0

View File

@@ -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{