summaryrefslogtreecommitdiff
path: root/css/default.css
blob: 7225dbceffae8cafd98fa58b45f4b1c656c678ad (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
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;
}