generated from webmural/phosphorescence
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
space.css
66 lines (55 loc) · 842 Bytes
/
space.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
64
65
66
html {
font-family: sans-serif;
font-size: max(3ch, 3vmax + 5vmin);
}
body {
align-items: center;
display: flex;
flex-flow: column;
margin: 0;
overflow-wrap: anywhere;
min-height: 100vh;
}
:any-link {
text-decoration-style: double;
padding: .382ch;
}
:focus {
outline: thick dotted;
}
article {
display: flex;
flex-flow: column;
}
a::first-letter {
font-weight: bold;
}
h1 {
font-family: sans-serif;
font-size: 2em;
}
cite {
font-style: inherit;
text-transform: uppercase;
}
.gel {
display: flex;
flex-flow: column;
font-family: monospace;
align-items: center;
justify-content: center;
margin: 0;
min-height: 100vh;
}
.air {
order: -1;
}
.eve {
align-items: flex-end;
writing-mode: vertical-lr;
}
@media (orientation: portrait) {
.gel {
font-family: sans-serif;
}
}