aboutsummaryrefslogtreecommitdiff
path: root/assets/stylesheets/main.css
blob: aa3a07f08a42afc8d426be8858f3c2b58d72ef84 (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
@font-face {
    font-family: 'Libre Baskerville';
    src: url(../fonts/libre-baskerville/LibreBaskerville-Regular.otf);
}

body {
    font-family: 'Libre Baskerville', sans-serif;
}

img.fill {
    width: 100%
}

footer {
    background-color: #eeeeee;
}

ul.plain {
    list-style: none;
    padding-left: 0px;
    list-style-type: none;
    width: 100%;
    display:flex;
    justify-content:space-between;
}

ul.plain > li {
    display: inline-block;
}

.spaced-top {
    margin-top: 50px;
}