logo added to login pageand code reformatted using prettier

This commit is contained in:
2024-05-02 05:17:01 -06:00
parent 48e3f7623d
commit 717b41bec0
19 changed files with 712 additions and 709 deletions

View File

@@ -1,35 +1,20 @@
/* Main Contents Container (Below Header) */
#club-page-contents-container
{
display: flex;
flex-direction: row;
#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%;
}
/* 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%;
}