adds the generate CSSs

This commit is contained in:
Huy Tran 2018-09-18 15:20:35 +10:00
parent 9b6e2d3940
commit 5fcae20319
5 changed files with 66 additions and 15 deletions

View file

@ -2,15 +2,11 @@
margin: 1cm !important; }
body {
font-size: 16px;
font-size: 17px;
line-height: 1.3;
background: #fff;
color: #000; }
.sidebar,
.navigation {
display: none; }
.content {
margin: 0 auto;
width: 100%;
@ -32,6 +28,18 @@ blockquote,
ul {
margin: 0; }
.sidebar {
display: none !important; }
.navigation {
display: none !important; }
.post__related {
display: none !important; }
.gist-meta {
display: none !important; }
#disqus_thread {
display: none !important; }