-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchooze.css
More file actions
62 lines (51 loc) · 797 Bytes
/
chooze.css
File metadata and controls
62 lines (51 loc) · 797 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
50
51
52
53
54
55
56
57
58
59
60
61
62
:focus { outline: thick dotted }
:any-link { color: unset }
:any-link:hover { text-decoration-style: double }
* { box-sizing: border-box }
li { margin-block: 2ex }
ol { list-style-type: decimal-leading-zero }
p {
max-width: 30em;
}
html {
font-family: sans-serif;
font-size: max(3ch, 4vmin);
line-height: 1.618;
}
body {
display: flex;
flex-flow: column;
margin: 0;
overflow-wrap: anywhere;
}
footer,
header {
contain: content;
display: flow-root;
padding: 1em;
}
h1 {
font-weight: unset;
font-size: 1.382em;
margin: 0;
}
h2 {
font-weight: unset;
font-size: 1.236em;
margin: 0;
}
article {
contain: content;
display: flex;
flex-flow: column;
}
dl {
padding: 1ex 1ch;
}
figure {
margin: 0;
padding: 1em;
}
figcaption {
font-size: 1.236rem;
}