Skip to content

Instantly share code, notes, and snippets.

@thesved
Created September 4, 2020 10:37
Show Gist options
  • Save thesved/77d1f19fe35811aa94f83823e82b55f9 to your computer and use it in GitHub Desktop.
Save thesved/77d1f19fe35811aa94f83823e82b55f9 to your computer and use it in GitHub Desktop.
@media only screen and (max-width: 600px) {
/* main page */
.roam-article, .roam-center > div[style*="width: 100%; height: 100%;"] {
width: 200vw!important;
}
.roam-article, #all-pages-search, .roam-block-container {
max-width: 200vw!important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment