msfjarvis.dev/static/css/print.css
Mohammed El-Dahash 561c22d401 Print CSS to fix printing problems
No more sidebar filling half of the printed pages, or unnecessary blank pages.
2017-07-25 18:29:32 +02:00

20 lines
253 B
CSS

.sidebar {
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;
}