Modification to table code. Just text and logo are now clickable
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user