Getting started on how-to-play instructions.
This commit is contained in:
14
Shogi.UI/Pages/Home/VisualAids/PieceMovesVisualAid.razor.css
Normal file
14
Shogi.UI/Pages/Home/VisualAids/PieceMovesVisualAid.razor.css
Normal file
@@ -0,0 +1,14 @@
|
||||
section {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
section:not(:last-of-type){
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.moves {
|
||||
width: 12rem;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user