More Bootstrap styling removed
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#club-page-body {
|
#club-page-body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user