Reversion of styles on leagues page
This commit is contained in:
@@ -24,10 +24,6 @@
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
#top-scorers-container {
|
||||
padding : 30px
|
||||
}
|
||||
|
||||
#club-information-container {
|
||||
height: 100px;
|
||||
width: fit-content;
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
/*
|
||||
#club-top-scorers-container {
|
||||
flex: 1;
|
||||
background-color: #dcdcdc; /* Example background color */
|
||||
width: 40%;
|
||||
/* Add any other styling you need for the top scorers container */
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
/* Table that holds all the standing information */
|
||||
#standings-table, .table
|
||||
#standings-table
|
||||
{
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
@@ -43,8 +43,7 @@
|
||||
/* Data in Row Style */
|
||||
td
|
||||
{
|
||||
padding: 15px;
|
||||
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/* Every Odd Row in Table Style */
|
||||
|
||||
Reference in New Issue
Block a user