-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsub.css
More file actions
49 lines (41 loc) · 630 Bytes
/
sub.css
File metadata and controls
49 lines (41 loc) · 630 Bytes
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
@font-face {
font-family: 'diatype';
src: url('diatype.otf') format('opentype');
}
header {
padding-bottom: 2%;
}
body {
font-family: 'diatype', 'AUTHENTICSans', 'Arial', sans-serif;
font-size: 14pt;
line-height: 1.1em;
padding: 4rem;
}
p {
margin-top: 0;
margin-bottom: 0;
}
li {
font-size: 14pt;
}
a {
color: #000;
text-decoration: none;
}
a:hover {
background-color: #1a5939;
color: #fff;
}
.description {
padding-top: 2%;
line-height: 1.1em;
font-size: 12pt;
}
img {
max-width: 80%;
max-height: 50%;
display: block;
margin-left: 0;
margin-right: auto;
margin-bottom: 2%;
}