possibly fix the canvas

This commit is contained in:
2025-12-03 14:52:08 -05:00
parent a21fc048ad
commit faee5488df

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>