Fixes to formatting. Bug with formatting on club page appears to be fixed
This commit is contained in:
@@ -4,19 +4,19 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Child Containers */
|
/* Child Containers */
|
||||||
|
|
||||||
/* Left 20% of #club-page-contents-container
|
/* Left 20% of #club-page-contents-container */
|
||||||
#club-information-container
|
#club-information-container
|
||||||
{
|
{
|
||||||
width: 20%;
|
width: 20%;
|
||||||
} */
|
|
||||||
|
|
||||||
#club-information-container {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Right 80% of #club-page-contents-container */
|
||||||
#club-stats-and-players-container
|
#club-stats-and-players-container
|
||||||
{
|
{
|
||||||
width: 80%;
|
width: 80%;
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<!-- Container on Top containing Club Information -->
|
<!-- Container on Top containing Club Information -->
|
||||||
<div id="club-header-container" class="information-container">
|
<div id="club-header-container" class="information-container">
|
||||||
<img id="generated-page-header-logo" src="{{club.crest}}" alt="{{club.name}} Logo">
|
<img id="generated-page-header-logo" src="{{club.crest}}" alt="{{club.name}} Logo">
|
||||||
<h1 id="generated-page-header-title">{{club.name}}</h2>
|
<h1 id="generated-page-header-title">{{club.name}}</h1>
|
||||||
<img id="generated-page-header-flag" src="{{club.area.club_flag}}" alt="{{club.name}} Flag">
|
<img id="generated-page-header-flag" src="{{club.area.club_flag}}" alt="{{club.name}} Flag">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user