mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Vim sort did not do the job
This commit is contained in:
parent
b24a485f4e
commit
760ffdc35d
@ -55,8 +55,8 @@
|
|||||||
|
|
||||||
.board-body {
|
.board-body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
flex-direction: row;
|
||||||
|
|
||||||
.board-border-left,
|
.board-border-left,
|
||||||
.board-border-right {
|
.board-border-right {
|
||||||
@ -66,8 +66,8 @@
|
|||||||
|
|
||||||
.board-ranks {
|
.board-ranks {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.board-rank {
|
.board-rank {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user