aboutsummaryrefslogtreecommitdiffstats
path: root/static/css/style.css
blob: 9faf41bf5d0d2458a44e449454d258862942d291 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body {
    font-family: monospace;
    line-height: 1.7;
    max-width: 720px;
    margin: 40px auto;
    padding: 0 20px;
    color: #000;
    background: #fff;
}

pre {
    border: 1px dashed #555;
    padding: 12px;
    overflow-x: auto; 
}

img {
    max-width: 100%;
}