Modification to table code. Just text and logo are now clickable

This commit is contained in:
Lucas Patenaude
2024-04-14 13:51:27 -06:00
parent 04225ccf1e
commit 386f113607
3 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
#league-table-container {
width: 60%;
justify-content: center;
align-items: center;
}
#standings-table {
@@ -7,9 +9,14 @@
padding: 5px;
}
#table-logo {
#club-logo {
width: 20px;
margin-right: 5px;
cursor: pointer;
}
#club-name {
cursor: pointer;
}
#standings-table td {