Bootstrap table styling removed

This commit is contained in:
Lucas Patenaude
2024-04-15 20:19:58 -06:00
parent 9e9717dd2e
commit e58d6266fc
2 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
#club-history-container { #club-history-container {
width: 20%; width: 20%;
height: fit-content;
} }

View File

@@ -18,7 +18,7 @@
<h2>Information</h2> <h2>Information</h2>
<!-- Club Information --> <!-- Club Information -->
<table id="club-information-table" class="table"> <table id="club-information-table">
<tbody> <tbody>
<!-- Club Address Container --> <!-- Club Address Container -->
@@ -59,7 +59,7 @@
<h2>Competitions</h2> <h2>Competitions</h2>
<table id="players-table" class="table"> <table id="players-table">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>
@@ -86,7 +86,7 @@
<h2>Players</h2> <h2>Players</h2>
<table id="players-table" class="table"> <table id="players-table">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>