summaryrefslogtreecommitdiff
path: root/css/default.css~
blob: 565282f1c9b7e430a953e122f62f2c3dc6bada9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
div#content {
    width: 39rem;
    margin: auto;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}