From 693a347448fea1d1a3326b9bca1bd48e36e922a2 Mon Sep 17 00:00:00 2001 From: Lucas Patenaude Date: Mon, 15 Apr 2024 20:47:55 -0600 Subject: [PATCH] Additional styling added for club-page.hbs. Table has been set to fill it's container to 100% width --- .../css/club-pages/club-players-and-stats-card.css | 6 ++++++ ProjectSourceCode/src/views/pages/clubs-page.hbs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ProjectSourceCode/src/resources/css/club-pages/club-players-and-stats-card.css b/ProjectSourceCode/src/resources/css/club-pages/club-players-and-stats-card.css index 66df4fd..8e1b5b2 100644 --- a/ProjectSourceCode/src/resources/css/club-pages/club-players-and-stats-card.css +++ b/ProjectSourceCode/src/resources/css/club-pages/club-players-and-stats-card.css @@ -1,3 +1,9 @@ +/* Container for all stats and player cards */ #club-stats-and-players-container { width: 80%; +} + +/* Table containing player information */ +#club-players-table { + width: 100%; } \ No newline at end of file diff --git a/ProjectSourceCode/src/views/pages/clubs-page.hbs b/ProjectSourceCode/src/views/pages/clubs-page.hbs index 20aac90..b6a2f0c 100644 --- a/ProjectSourceCode/src/views/pages/clubs-page.hbs +++ b/ProjectSourceCode/src/views/pages/clubs-page.hbs @@ -86,7 +86,7 @@

Players

- +
Name