fix mobile

This commit is contained in:
2026-07-18 13:35:07 +07:00
parent 6b902cad98
commit ad68ccc297
+6 -1
View File
@@ -82,7 +82,6 @@ function signup() {
<style scoped>
.sign-card {
width: 380px;
background-color: rgb(29, 29, 29);
}
@@ -102,4 +101,10 @@ function signup() {
.docs-link:hover {
color: #63e2b7;
}
@media (min-width: 1024px) {
.sign-card {
width: 380px;
}
}
</style>