diff --git a/css/matchsummary.css b/css/matchsummary.css index 6467c06..f59f8cf 100644 --- a/css/matchsummary.css +++ b/css/matchsummary.css @@ -37,4 +37,18 @@ p { margin-left: 50px; +} + +.datatables { + margin-right: 40px; + clear:both; + margin-left:55px; + border: 1px solid black; + border-radius: 10px; + border-collapse: collapse; + margin-bottom:15px; +} + +#largedatatable { + text-align: center; } \ No newline at end of file diff --git a/pages/matchsummary.js b/pages/matchsummary.js index 834f648..1462a90 100644 --- a/pages/matchsummary.js +++ b/pages/matchsummary.js @@ -34,7 +34,7 @@ const getTeams = async () => {

Average Teleop Amp Accuracy: ${Math.round(parseFloat(await sumColumnForGlobalId(team.globalid, 'count6')/await sumColumnForGlobalId(team.globalid, 'count5'))*100)}%


- +
@@ -54,7 +54,7 @@ const getTeams = async () => {
Autonomous Shots Attempted
- +
Stage Hangs