auto scaling

This commit is contained in:
Justin
2023-07-19 17:21:29 +08:00
committed by GitHub
parent 22dca4fe66
commit b130fa2e2d

View File

@@ -1437,3 +1437,13 @@ input[type=checkbox]:hover {
text-align: center;
}
@media (max-width: 500px) {
.mx-auto {
flex-direction: column;
}
.mr-5 {
margin-left: 0;
margin-top: 20px;
}
}