1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-08 07:22:38 +00:00

Moved bout number to center

This commit is contained in:
2019-01-24 20:21:52 +00:00
parent 6bbb0b2e2c
commit 8eb7e9c7fa
6 changed files with 29 additions and 23 deletions

View File

@@ -22,7 +22,7 @@ main, ul {
ul {
flex-direction:column;
width: 100px;
width: 125px;
list-style:none;
padding:0;
}
@@ -53,13 +53,18 @@ li:first-child,li:last-child {
}
.game-top + li {
border-right:1px solid #aaa; min-height:30px;
border-right:1px solid #aaa; min-height:60px;
}
.bracket-winner {
border-bottom:1px solid #aaa;
}
.bout-number {
text-align: center;
padding-top: 15px;
}
.game-bottom {
border-top:1px solid #aaa;
}