aboutsummaryrefslogtreecommitdiffstats
path: root/stylus/github_wide.css
blob: 8f3cb2d33d4005cd6a5626fa05d9139f749359fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@-moz-document domain("github.com") {
  div.clearfix:nth-child(4) {
    max-width: 97%;
    width: 97%;
  }

  .markdown-body {
    max-width: 97%;
    width: 97%;
  }

  div.clearfix:nth-child(2) {
    max-width: 97%;
    width: 97%;
  }

  div.container-xl:nth-child(2) {
    max-width: 97%;
    width: 97%;
  }
}