styling fixes

This commit is contained in:
Chop
2022-02-23 20:02:51 +01:00
parent 08a5ec1c7b
commit 5d54186c19
4 changed files with 8683 additions and 8682 deletions

View File

@@ -175,8 +175,8 @@ export default function Generator() {
{" "}
</a>
</div>
<Pane className="mx-2 shadow-md rounded-md">
<canvas className="mx-2" id="canvas" height="600" width="600"></canvas>
<Pane className="ml-8 shadow-md rounded-md">
<canvas id="canvas" height="600" width="600"></canvas>
</Pane>
</div>
);