mirror of
https://github.com/anatolykopyl/vk-bingo.git
synced 2026-03-26 04:44:26 +00:00
📱 Исправил media query
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user