Blank Post or Page Snippet
<style>
#sideBar,
.tagShare,
.postTitle,
.article-excerpt,
.tags {
display: none;
}
* {
box-sizing: border-box;
}
html,
body {
margin: 0 !important;
padding: 0 !important;
}
body {
height: 100vh;
width: 100vw;
}
#wrapper,
#mainContainer {
height: 100%;
width: 100%;
margin: 0 !important;
/* padding: 10px; */
/* background-color: lightskyblue; */
padding: 0 !important;
background: #fff;
</style>