summaryrefslogtreecommitdiff
path: root/static/css/print.css
blob: 74cf1f159ae33dc12bec2fa08531367de1dcdfb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.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;
}