-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.css
63 lines (63 loc) · 922 Bytes
/
site.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
html {
max-width: 70ch;
padding: 3em 1em;
margin: auto;
line-height: 1.75;
}
body {
font-family: Arial, Helvetica, sans-serif; /* Sue me, font nerds */
font-size: 1rem;
}
main {
display: flex;
flex-direction: column;
align-items: center;
}
section {
width: 100%;
border-top: 5px solid #000;
}
p {
text-align: left;
}
h1, h2 {
text-align: center;
}
h3 {
margin-bottom: 0;
}
h3 span {
font-weight: normal;
padding-left: 0.5em;
border-left: 2px solid #000;
margin-left: 0.5em;
}
dt {
font-weight: bold;
}
a img {
height: 1em;
width: 1em;
padding-right: 0.5em;
}
.tech-icons img {
height: 3em;
width: 3em;
}
.tech-icons {
height: 3em;
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-around;
}
.lede {
font-size: 1.2rem;
text-align: center;
}
.date-range {
margin-top: 0;
color: #888;
font-size: 0.8rem;
text-transform: uppercase;
}