fix(challenge modal): disable draggable on mobile

This commit is contained in:
plebeius.eth
2024-04-29 15:30:40 +02:00
parent 5a45e27841
commit 9c2036a6a1
2 changed files with 68 additions and 54 deletions
@@ -77,4 +77,10 @@
cursor: pointer;
filter: var(--filter80);
text-transform: capitalize;
}
@media (max-width: 640px) {
.title {
cursor: default;
}
}