Created
September 4, 2020 10:37
-
-
Save thesved/77d1f19fe35811aa94f83823e82b55f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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