-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (62 loc) · 1.01 KB
/
style.css
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/* SIL Open Font License 1.1, not using google fonts api for GDPR concerns */
@font-face {
font-family: "IBM Plex Sans";
src: url("fonts/IBMPlexSans-Light.woff") format("woff");
font-weight: normal;
}
@font-face {
font-family: "IBM Plex Sans";
src: url("fonts/IBMPlexSans-SemiBold.woff") format("woff");
font-weight: bold;
}
body {
font-family: 'IBM Plex Sans', sans-serif;
max-width: 500px;
margin: auto;
text-align: center;
}
h2 {
font-weight: normal;
}
a {
color: #565656;
}
header h1 {
margin-bottom: 0;
}
header h2 {
margin-top: 0;
}
header {
margin-top: 2rem;
margin-bottom: 4rem;
}
main {
margin-bottom: 4rem;
}
main h2 {
margin-top: 4rem;
font-weight: bold;
}
footer {
font-size: 0.8rem;
margin-bottom: 1rem;
}
.social-media-ref img {
max-height: 16px;
}
img.imprint-contact {
max-height: 20px;
margin-bottom: -4px;
}
footer img {
max-height: 16px;
margin-bottom: -4px;
}
.name {
font-weight: bold;
margin-right: 0.3rem;
}
.mission {
font-size: 1.2rem
}