This commit is contained in:
jxxghp
2023-07-05 20:23:48 +08:00
parent 5618a9cc71
commit ffa0f38180
6 changed files with 58 additions and 40 deletions

View File

@@ -136,10 +136,4 @@ const fetchData = async ({ done }) => {
grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
}
.centered {
position: absolute;
inset-block-start: 50%;
inset-inline-start: 50%;
transform: translate(-50%, -50%);
}
</style>