update react
This commit is contained in:
parent
804ce323bf
commit
7d4f1151fa
40 changed files with 3573 additions and 14078 deletions
11
src/app/maze.module.css
Normal file
11
src/app/maze.module.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.maze {
|
||||
display: table;
|
||||
border-collapse: collapse;
|
||||
background-color: var(--color-maze-background);
|
||||
}
|
||||
|
||||
.row {
|
||||
display: table-row;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue