Fork of the Hugo theme hyde-hyde that introduces some necessary cleanup and changes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

46 lines
658 B

@page {
margin: 1cm !important; }
body {
font-size: 17px;
line-height: 1.3;
background: #fff;
color: #000; }
.content {
margin: 0 auto;
width: 100%;
float: none;
display: initial; }
.container {
width: 100%;
float: none;
display: initial;
padding-left: 1rem;
padding-right: 1rem;
margin: 0 auto; }
img {
max-width: 100%; }
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; }
/*# sourceMappingURL=print.css.map */