Skip to content

Instantly share code, notes, and snippets.

@yutin1987
Last active September 9, 2017 13:51
Show Gist options
  • Save yutin1987/8af8f9fe9c8bd7d47c4ec3aad0bda251 to your computer and use it in GitHub Desktop.
Save yutin1987/8af8f9fe9c8bd7d47c4ec3aad0bda251 to your computer and use it in GitHub Desktop.
hackmd & obs
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