Fixes to formatting. Bug with formatting on club page appears to be fixed

This commit is contained in:
Lucas Patenaude
2024-04-16 15:24:46 -06:00
parent 94788a8dbe
commit 705f6f96d6
2 changed files with 10 additions and 10 deletions

View File

@@ -4,20 +4,20 @@
display: flex;
flex-direction: row;
}
/* Child Containers */
/* Left 20% of #club-page-contents-container
/* Left 20% of #club-page-contents-container */
#club-information-container
{
width: 20%;
} */
#club-information-container {
display: flex;
flex-direction: column;
}
#club-stats-and-players-container
display: flex;
flex-direction: column;
}
/* Right 80% of #club-page-contents-container */
#club-stats-and-players-container
{
width: 80%;
}