-
-
Save yutin1987/8af8f9fe9c8bd7d47c4ec3aad0bda251 to your computer and use it in GitHub Desktop.
hackmd & obs
This file contains 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
body { | |
margin: 0 auto !important; | |
padding: 0 !important; | |
overflow: hidden; | |
background-color: transparent !important; | |
} | |
.navbar, .ui-infobar, .ui-toc-label { display: none; } | |
.ui-view-area { | |
position: fixed; | |
bottom: 0px; | |
margin: 0 !important; | |
padding: 0 !important; | |
} | |
.markdown-body { | |
width: 100%; | |
margin: 0 !important; | |
padding: 0 !important; | |
} | |
.part { | |
font-size: 22px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment