This looks better IMO

This commit is contained in:
Robert Bendun 2021-03-07 22:10:43 +01:00
parent de1810fde4
commit 28d3ce6cc3

View File

@ -8,7 +8,9 @@ html, body {
}
canvas {
width: 100%;
width: 70%;
position: absolute;
bottom: 0;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}