Slight improvement to tracker style
This commit is contained in:
parent
26fdb92c30
commit
33b6f27ba0
|
@ -8,7 +8,9 @@ html{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 100%;
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: calc(100% - 1rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-wrapper{
|
.table-wrapper{
|
||||||
|
|
Loading…
Reference in New Issue