Space out team number display when there are no ranks

This commit is contained in:
Jeff S
2021-10-20 01:36:51 -07:00
committed by Patrick Fairbank
parent 0340bbd04f
commit 024bd87339
2 changed files with 5 additions and 1 deletions

View File

@@ -253,6 +253,10 @@ html {
.final-team {
display: inline-block;
}
.rank-spacer {
display:inline-block;
width: 42px;
}
.rank-box {
text-align: center;
margin-right: 0.3em;