More style and arrangement changes to club page
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div id="club-page-body" class="container">
|
||||
|
||||
<!-- Container on Top containing Club Information -->
|
||||
<div class="information-container" id="club-information-container">
|
||||
<div id="club-information-container" class="information-container">
|
||||
<img id="league-logo" src="{{club.crest}}" alt="{{club.name}} Logo">
|
||||
<h1 id="league-title">{{club.name}}</h2>
|
||||
<img id="league-flag" src="{{club.area.club_flag}}" alt="{{club.name}} Flag">
|
||||
@@ -13,7 +13,7 @@
|
||||
<div id="club-history-container" class="information-container">
|
||||
|
||||
<!-- Container for Club Information -->
|
||||
<div class="information-container" id="club-Attributes-container">
|
||||
<div id="club-Attributes-container" class="information-container">
|
||||
|
||||
<h2>Information</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user