diff --git a/parts/static/style.css b/parts/static/style.css index ff0aa90..c7bf5ea 100644 --- a/parts/static/style.css +++ b/parts/static/style.css @@ -286,6 +286,9 @@ div label input { table#results { width: 100%; + max-width: 1280px; + margin-left: auto; + margin-right: auto; border-collapse: collapse; } @@ -409,7 +412,5 @@ td p { } .results-locations{ - max-width: 1000px; - margin-left: auto; - margin-right: auto; + } \ No newline at end of file