test fix issue

This commit is contained in:
2025-12-03 00:39:03 -05:00
parent 4c97cae249
commit adefc5f900
2 changed files with 12 additions and 4 deletions

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>