Skip to content

Instantly share code, notes, and snippets.

@pranavrajs
Created March 14, 2022 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pranavrajs/b740f548d876582cb13f2019a19204bc to your computer and use it in GitHub Desktop.
Save pranavrajs/b740f548d876582cb13f2019a19204bc to your computer and use it in GitHub Desktop.
/* To disable on mobile phone */
@media screen and (max-width: 576px) {
.woot-widget-bubble {
display: none
}
}
/* To disable on iPad/other tablets */
@media screen and (max-width: 992px) {
.woot-widget-bubble {
display: none
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment