1
0
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:
Daniel Barber 2018-03-01 08:55:15 -05:00
parent b24a485f4e
commit 760ffdc35d
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -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 {