summaryrefslogtreecommitdiff
path: root/comic/assets/css/comic.css
blob: c647875202ddf683fd2ed699c0ac82509d178225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
img.comic {
    width: 100%;
}

header {
    margin: auto;
}

main, header {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: auto;
}

div.huge-vertical-spacer-at-the-bottom {
    height: 10rem;
}