More changes to layout and code implementation on club page template and its CSS. All cards and their child container are now implemented with a corresponding class to their purpose. This make styling consistenly much easier and consistent
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
*/
|
||||
|
||||
/* Adds Red Diagonal Strip at the end of the #club-information-container */
|
||||
#club-information-container::after {
|
||||
#club-header-container::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -76,7 +76,7 @@
|
||||
}
|
||||
|
||||
/* Styling for Standings and Top Scorers Cards */
|
||||
#club-information-table-container, #club-competitions-table-container, #club-stats-and-players-container
|
||||
.card-container
|
||||
{
|
||||
/* --- POSITION CONTAINER --- */
|
||||
margin: 0 10px;
|
||||
|
||||
Reference in New Issue
Block a user