forked from lucaspatenaude/ScoreSpot
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:
@@ -1,6 +1,6 @@
|
||||
<div class="container mt-5" id="page-container">
|
||||
<h1 class="mb-4 underlined-header" id="leagues-header">Leagues</h1>
|
||||
<div class="card-container">
|
||||
<div id="league-cards-container" class="page-section-container">
|
||||
<div class="row g-3" id="card-row">
|
||||
<!-- 🇬🇧 Premier League -->
|
||||
<a href="#" onclick="redirectToLeaguePage('2021')" class="card-link" id="league-card">
|
||||
|
||||
Reference in New Issue
Block a user