📱 Исправил media query

This commit is contained in:
2021-03-28 20:17:50 +03:00
parent e99087ba73
commit 33580708d0

View File

@@ -112,9 +112,10 @@ export default {
transform: rotateY(120deg);
}
@media only screen and (max-width: 486) {
@media screen and (max-width: 486px) {
.card {
width: 100%;
width: 94%;
padding: 3%;
}
}
</style>