Additional styling added for club-page.hbs. Table has been set to fill it's container to 100% width

This commit is contained in:
Lucas Patenaude
2024-04-15 20:47:55 -06:00
parent 5200bd9981
commit 693a347448
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
/* Container for all stats and player cards */
#club-stats-and-players-container { #club-stats-and-players-container {
width: 80%; width: 80%;
} }
/* Table containing player information */
#club-players-table {
width: 100%;
}

View File

@@ -86,7 +86,7 @@
<h2>Players</h2> <h2>Players</h2>
<table id="players-table"> <table id="club-players-table">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>