Comments and styling added to league page. More debugging and optimization needed. Table and top scorers are no longer aligned at larger widths
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
#table-stats-container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#table-stats-container th {
|
||||
border-bottom: 3px solid red; /* Add red bottom border */
|
||||
}
|
||||
@@ -57,3 +61,9 @@
|
||||
text-decoration: underline; /* Add underline effect */
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 950px) {
|
||||
#league-table-and-information-container {
|
||||
width: 100%; /* Set the width to 60% when window width is less than 1161px */
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user