Skip to content

Commit

Permalink
Merge branch 'dev-channel'
Browse files Browse the repository at this point in the history
  • Loading branch information
Truiteseche committed Apr 7, 2024
2 parents 4668ff8 + 527314a commit 2b54a8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/EdpUnblock/EdpUnblock.css
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,12 @@
}
}

@media only screen and (max-width: 810px) {
#edpu-page:has(main:has(.suggested-browser)) {
height: max(100%, 1200px);
}
}

@keyframes bounce {
0%, 30%, 60% {
transform: translateY(0);
Expand Down

0 comments on commit 2b54a8d

Please sign in to comment.