Comments added to code
This commit is contained in:
@@ -35,8 +35,9 @@
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/* Container for each team in card's information */
|
||||
.team {
|
||||
display: flex;
|
||||
display: flex; /* Keeps all items in a row */
|
||||
align-items: center; /* Center items vertically */
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user