summaryrefslogtreecommitdiff
path: root/docs/_static/custom.css
blob: 005e11be9d55bdc61cd444d00ed95bfa4f701982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.wy-nav-content {
  padding: 1em;
  max-width: 100%;
}

/* Reduce whitespace on the inline-code snippets and add softer corners */
.rst-content code {
  padding: 2px 3px;
  border-radius: 3px;
}

dl {
  margin-bottom: 0!important;
}

dd {
  margin-bottom: 2px!important;
}
.rst-content dd p {
  margin-bottom: 0px;
}