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
1 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,9 @@ div {
|
|||
border: 1px solid black;
|
||||
width: min(12vw, 12vh);
|
||||
height: min(12vw, 12vh);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
@ -23,7 +26,6 @@ div {
|
|||
width: 95%;
|
||||
height: 95%;
|
||||
border-radius: 50%;
|
||||
margin: 1vw;
|
||||
}
|
||||
|
||||
.board .field .blue {
|
||||
|
|
Loading…
Reference in a new issue