summaryrefslogtreecommitdiff
path: root/css/default.css
blob: deeb5626d308b0baaad46f4b41f6446336ea5db2 (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
header {
    width: 39rem;
    margin: auto;
}

header p#logo {
    font-size: 200%;
}

header p#nav a {
    padding: .5rem;
    font-size: 120%;
}

h1.title {
    display: none;
}

div#content {
    width: 39rem;
    margin: auto;
    line-height: 1.6;
}

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

a {
    text-decoration: none;
}

div#fsf-banner {
    width: 39rem;
    margin: auto;
}

div#fsf-banner center {
    padding: 1rem;
}

footer {
    width: 40rem;
    margin: auto;
    padding-top: .5rem;
    border-top-color: grey;
    border-top-style: solid;
}