Updates to CSS but some formatting appears to have broken

This commit is contained in:
Lucas Patenaude
2024-04-16 15:19:30 -06:00
parent ae054ed60a
commit 94788a8dbe
5 changed files with 43 additions and 20 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%;
} */
#club-information-container {
display: flex;
flex-direction: column;
}
#club-stats-and-players-container
{
width: 80%;
}

View File

@@ -1,16 +0,0 @@
#club-page-contents-container {
display: flex;
flex-direction: row;
}

View File

@@ -14,6 +14,11 @@
flex-direction: column; /* Arrange child elements vertically */
}
.page-content-container {
display: flex;
flex-direction: row;
}
/*
=================================
LEAGUE INFORMATION HEADER