1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-12 08:18:44 +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

@@ -9,7 +9,7 @@ main {
.round {
display:flex;
flex-direction:column;
width: 100px;
width: 200px;
list-style:none;
padding:0;
}
@@ -40,11 +40,12 @@ 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;
}
.bout-number + li {
valign: center;
.bout-number {
text-align: center;
padding-top: 20px;
}
.bracket-winner {
border-bottom:1px solid #aaa;