possibly fix the canvas

This commit is contained in:
Simon Gardling 2025-12-03 14:52:08 -05:00
parent a21fc048ad
commit faee5488df
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -56,9 +56,10 @@
margin-left: auto;
display: block;
position: absolute;
top: 0%;
left: 50%;
transform: translate(-50%, 0%);
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
</head>