File: theme_overrides.css

package info (click to toggle)
python-license-expression 30.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,588 kB
  • sloc: python: 6,130; sh: 315; makefile: 51
file content (26 lines) | stat: -rw-r--r-- 474 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* this is the container for the pages */
.wy-nav-content {
    max-width: 100%;
    padding: 0px 40px 0px 0px;
    margin-top: 0px;
}

.wy-nav-content-wrap {
    border-right: solid 1px;
}

div.rst-content {
    max-width: 1300px;
    border: 0;
    padding: 10px 80px 10px 80px;
    margin-left: 50px;
}

@media (max-width: 768px) {
    div.rst-content {
        max-width: 1300px;
        border: 0;
        padding: 0px 10px 10px 10px;
        margin-left: 0px;
    }
}