Add the board class.
This commit is contained in:
parent
43ad995c62
commit
f9c7edf717
|
@ -23,4 +23,4 @@ renderBoard size board =
|
|||
let
|
||||
cells = List.map (\i -> (lookup i board) |> (pair i)) <| allIndices size
|
||||
in
|
||||
div [] <| List.map renderIndex cells
|
||||
div [ class "board" ] <| List.map renderIndex cells
|
||||
|
|
Loading…
Reference in New Issue
Block a user