More Bootstrap styling removed

This commit is contained in:
Lucas Patenaude
2024-04-15 20:22:53 -06:00
parent e58d6266fc
commit 5200bd9981
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
#club-page-body { #club-page-body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 100%;
} }
/* /*

View File

@@ -1,4 +1,4 @@
<div id="club-page-body" class="container"> <div id="club-page-body" class="page-container">
<!-- Container on Top containing Club Information --> <!-- Container on Top containing Club Information -->
<div id="club-information-container" class="information-container"> <div id="club-information-container" class="information-container">
@@ -55,7 +55,7 @@
</div> <!-- End of Club History Container --> </div> <!-- End of Club History Container -->
<!-- Container to Display Club's Current Competitions --> <!-- Container to Display Club's Current Competitions -->
<div class="club-current-competitions-container"> <div id="club-current-competitions-container">
<h2>Competitions</h2> <h2>Competitions</h2>
@@ -82,7 +82,7 @@
<div id="club-stats-and-players-container" class="stats-container"> <div id="club-stats-and-players-container" class="stats-container">
<!-- Club Player Container --> <!-- Club Player Container -->
<div id="club-players-container" class="container"> <div id="club-players-container" class="stats-container">
<h2>Players</h2> <h2>Players</h2>