summaryrefslogtreecommitdiff
path: root/site/style.css
blob: e16c0ccb71a573df6db1949e40b72efac0035172 (plain)
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
27
28
h1 {
    font-size: 30 pt;
}

html {
    background-color: white;
}

body {
    background-color: white;
    max-width: 30em;
    margin: auto;
    padding: 2em;
    box-shadow: 0 0 3em lightgray;
}

li {
    list-style-type: none;
}

textarea {
    width: 100%;
    height: 6em;
    resize: vertical;
    min-height: 2em;
}