generated from webmural/eq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathall.css
More file actions
69 lines (57 loc) · 836 Bytes
/
all.css
File metadata and controls
69 lines (57 loc) · 836 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
63
64
65
66
67
68
69
:root {
font-family: sans-serif;
font-size: max(2em, 5vmax);
}
:focus {
outline-style: dashed;
outline-width: thick;
}
body {
contain: layout;
margin: auto;
padding: 1rem;
overflow-wrap: anywhere;
}
figure {
contain: layout;
margin: auto;
line-height: 1;
padding-block-end: 3rem;
}
strong {
font-weight: bold;
font-size: 3em;
}
u {
font-size: 2em;
font-style: oblique;
}
blockquote {
contain: layout;
margin-block-end: auto;
line-height: .666;
flex-flow: column;
}
blockquote > * {
display: table;
}
.bold {
font-weight: bold;
}
.rotate {
transform: rotate(180deg);
}
.runway {
font-size: 2em;
margin-block-start: 13vh;
margin-block-end: 21vh;
}
.hand {
font-size: 1.618em;
margin-block-start: 2em;
}
.subway {
font-size: 2em;
margin-top: 2em;
line-height: 1;
}