2022-05-30 23:26:22 +02:00
|
|
|
|
|
|
|
.round {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
2022-05-31 02:14:17 +02:00
|
|
|
/*szerokość całej drabinki*/
|
2022-05-31 00:10:10 +02:00
|
|
|
width: 250px;
|
2022-05-30 23:26:22 +02:00
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.round .spacer {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.round .spacer:first-child,
|
|
|
|
.round .spacer:last-child {
|
|
|
|
flex-grow: .5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.round .game-spacer {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|