mirror of
https://github.com/anatolykopyl/vk-bingo.git
synced 2026-03-26 12:54:25 +00:00
📱 Исправил media query
This commit is contained in:
@@ -112,9 +112,10 @@ export default {
|
|||||||
transform: rotateY(120deg);
|
transform: rotateY(120deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 486) {
|
@media screen and (max-width: 486px) {
|
||||||
.card {
|
.card {
|
||||||
width: 100%;
|
width: 94%;
|
||||||
|
padding: 3%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user