Added name changes to game card containers to make thei rpurposes more clear
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#game-card {
|
||||
display: inline-block; /* Display cards as inline-block to allow them to sit next to each other */
|
||||
border: 1px solid #ccc;
|
||||
padding: 10px;
|
||||
margin: 10px 10px; /* Remove horizontal margin */
|
||||
border-radius: 4px;
|
||||
padding: 6px;
|
||||
margin: 2.5px 2.5px; /* Remove horizontal margin */
|
||||
min-height: 100px;
|
||||
min-width: 200px;
|
||||
min-width: 150px;
|
||||
box-sizing: border-box;
|
||||
|
||||
transition: transform 0.4s ease; /* Add transition for smooth effect */
|
||||
@@ -21,13 +22,13 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.left-side {
|
||||
.card-team-container {
|
||||
flex: 70%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.right-side {
|
||||
.card-game-information-container {
|
||||
flex: 30%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user