CSS styling that rearranges containers added to club page

This commit is contained in:
Lucas Patenaude
2024-04-15 19:06:04 -06:00
parent 335f7ef403
commit c71866cceb
2 changed files with 102 additions and 111 deletions

View File

@@ -1,27 +1,6 @@
#club-page-body {
display: flex;
flex-direction: column;
width: 100%;
}
#club-page-body {
padding: 50px;
}
#club-crest {
text-align: center;
}
#club-area-flag-row {
text-align: center;
}
#club-area-flag {
width : 150px;
}
#club-players-container {
padding: 30px;
}
#club-information-container {
@@ -40,6 +19,17 @@
/* Add any other styling you need for the club information container */
}
#club-page-contents-container {
display: flex;
flex-direction: row;
}
#club-players-container {
}
#club-information-container::after {
content: '';
position: absolute;