wantsum/static/css/print.css
Alexandre Vicenzi b8dda716d0 Fixes
2021-02-25 21:56:48 +01:00

19 lines
291 B
CSS

.sidebar, .share-buttons, .comments, .readtime {
display: none !important;
}
.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;
}