Slight improvement to tracker style
This commit is contained in:
parent
26fdb92c30
commit
33b6f27ba0
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue