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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user