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:
Lucas Patenaude
2024-04-16 13:41:40 -06:00
parent 2f0b12663a
commit c5336b6bae
3 changed files with 39 additions and 36 deletions

View File

@@ -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;