revises print styles

This commit is contained in:
Huy Tran 2018-09-16 10:56:53 +10:00
parent 225512ea3b
commit 4ab82cb4d7
5 changed files with 72 additions and 9 deletions

View file

@ -1,19 +1,38 @@
.sidebar {
display: none !important;
}
@page {
margin: 1cm !important; }
body {
font-size: 16px;
line-height: 1.3;
background: #fff;
color: #000; }
.sidebar,
.navigation {
display: none; }
.content {
margin: 0 auto;
width: 100%;
float: none;
display: initial;
}
display: initial; }
.container {
width: 100%;
float: none;
display: initial;
padding-left: 1rem;
padding-left: 1rem;
padding-right: 1rem;
margin: 0 auto;
}
margin: 0 auto; }
img {
max-width: 100%; }
blockquote,
ul {
margin: 0; }
#disqus_thread {
display: none !important; }
/*# sourceMappingURL=print.css.map */