style: minor changes
This commit is contained in:
parent
ddc1946787
commit
cae66a752d
|
@ -33,7 +33,7 @@ import { CATEGORIES } from "../content/config";
|
|||
<script>
|
||||
import ConwaySimulator from "../scripts/conway-simulator";
|
||||
|
||||
let gol = new ConwaySimulator(10, 46, 10, 250);
|
||||
let gol = new ConwaySimulator(8, 46, 10, 250);
|
||||
document.getElementById("board")?.append(gol.canvas);
|
||||
gol.start();
|
||||
</script>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
width: 750px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 24px;
|
||||
gap: 36px;
|
||||
margin: 24px 0px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user