Make width of content 100% instead of 96%.

pull/3001/head
Isaac Connor 2020-07-02 17:22:34 -04:00
parent 88f3565c0a
commit 697f117ecd
2 changed files with 3 additions and 1 deletions

View File

@ -509,7 +509,7 @@ th.table-th-sort-rev span.table-th-sort-span {
}
#content {
width: 96%;
width: 100%;
margin: 0 auto 8px auto;
line-height: 130%;
text-align: center;

View File

@ -3,7 +3,9 @@
}
#content {
/*
width: 99%;
*/
}
#monitors:after {