Additional styling added for club-page.hbs. Table has been set to fill it's container to 100% width
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
@@ -86,7 +86,7 @@
|
||||
|
||||
<h2>Players</h2>
|
||||
|
||||
<table id="players-table">
|
||||
<table id="club-players-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
|
||||
Reference in New Issue
Block a user