aboutsummaryrefslogtreecommitdiff
path: root/css/shim.css
blob: 7a32d9a792510c0bac26399d916e52a32cab97c4 (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
31
32
33
34
35
36
37
38
39
.main {
	padding: 20px 10px;
}

.hack h1 {
	padding-top: 0;
}

footer.footer {
	border-top: 1px solid #ccc;
	margin-top: 80px;
	margin-top: 5rem;
	padding: 48px 0;
	padding: 3rem 0;
}

img {
	max-width: 100%;
	padding: 1em;
}

.conversation {
  display: flex;
}

.conversation-picture {
  flex: 1;
  min-width: 9rem;
  max-width: calc(((70rem - 2rem)/6));
}

.conversation-smol {
    min-width: 6rem;
    max-width: 6rem;
}

.conversation-chat {
    align-self: center;
}