Center canvas

This commit is contained in:
smdyv 2022-02-19 14:35:31 +01:00 committed by Daniel Micay
parent c743c0d6a7
commit f07b6350df
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ body, canvas {
margin: 0;
}
canvas {
margin: auto;
display: block;
}
.textLayer {
position: absolute;
text-align: initial;