hugo-theme-hyde-hyde/static/css/print.css

39 lines
523 B
CSS
Raw Normal View History

2018-09-16 00:56:53 +00:00
@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;
2018-09-16 00:56:53 +00:00
display: initial; }
.container {
width: 100%;
float: none;
display: initial;
2018-09-16 00:56:53 +00:00
padding-left: 1rem;
padding-right: 1rem;
2018-09-16 00:56:53 +00:00
margin: 0 auto; }
img {
max-width: 100%; }
blockquote,
ul {
margin: 0; }
#disqus_thread {
display: none !important; }
/*# sourceMappingURL=print.css.map */