Updates to file structure

This commit is contained in:
Lucas Patenaude
2024-04-30 22:12:59 -06:00
parent 289e7641b4
commit bd79a6ccc3
71 changed files with 14 additions and 14 deletions

View File

@@ -0,0 +1,35 @@
/* Main Contents Container (Below Header) */
#club-page-contents-container
{
display: flex;
flex-direction: row;
}
/* Child Containers */
/* Left 20% of #club-page-contents-container */
#club-information-container
{
width: 20%;
display: flex;
flex-direction: column;
}
/* Right 80% of #club-page-contents-container */
#club-stats-and-players-container
{
width: 80%;
}