Add the board class.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user