fix: Centered points table
This commit is contained in:
@@ -303,13 +303,13 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.scoreTeam--blue {
|
.scoreTeam--blue {
|
||||||
align-items: flex-end;
|
align-items: center;
|
||||||
text-align: right;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scoreTeam--red {
|
.scoreTeam--red {
|
||||||
align-items: flex-start;
|
align-items: center;
|
||||||
text-align: left;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scoreTeamName {
|
.scoreTeamName {
|
||||||
@@ -327,6 +327,9 @@ body {
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
justify-content: center;
|
||||||
|
flex: 1;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scoreStat {
|
.scoreStat {
|
||||||
@@ -334,6 +337,7 @@ body {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 1px;
|
gap: 1px;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scoreStatVal {
|
.scoreStatVal {
|
||||||
|
|||||||
Reference in New Issue
Block a user