From b75d408a860bba98f55d4d73c3584a73de0efdd2 Mon Sep 17 00:00:00 2001 From: Joy <138333978+joypan1@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:31:51 -0400 Subject: [PATCH] aesthetic changes --- css/matchsummary.css | 14 ++++++++++++++ pages/matchsummary.js | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) 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)}%
Autonomous Shots Attempted | @@ -54,7 +54,7 @@ const getTeams = async () => {
Stage | Hangs |