aboutsummaryrefslogtreecommitdiff
path: root/ps/in/europe/eu-style.css
blob: d074b270d2aedaa2dd45076802b72ccc08004de4 (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
29
30
body {
    font-family: Abel, sans-serif;
    background-color: white;
}

body > header h1 {
    margin: 0;
    padding: 0;
    font-family: "Cormorant Garamond", Garamond, Serif;
}

body > main {
    margin: 0 auto;
    max-width: 42rem;
}

body > footer {
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: x-small;
    padding: 0.5rem 2rem;
}

#pdf button {
    border: 1px solid;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
}