Align the chips properly
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
194acdaea3
commit
e5fddf7a7d
|
@ -12,6 +12,9 @@ div {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
width: min(12vw, 12vh);
|
width: min(12vw, 12vh);
|
||||||
height: min(12vw, 12vh);
|
height: min(12vw, 12vh);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,7 +26,6 @@ div {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
height: 95%;
|
height: 95%;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin: 1vw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.board .field .blue {
|
.board .field .blue {
|
||||||
|
|
Loading…
Reference in a new issue