generated from webmural/yup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwall.css
More file actions
53 lines (45 loc) · 743 Bytes
/
wall.css
File metadata and controls
53 lines (45 loc) · 743 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
:root {
font-family: sans-serif;
font-size: calc(1em + 2vmin + 3vmax);
}
:any-link {
font-size: max(0.5rem, 44px);
}
:focus {
outline-style: dashed;
outline-width: thick;
}
body {
margin: auto;
overflow-wrap: anywhere;
}
figure {
margin: auto;
padding-block-end: 3rem;
}
data::first-letter {
font-size: 1.618em;
}
@media (min-width: 50em) {
data {
letter-spacing: 0.618em;
}
}
blockquote {
align-items: center;
display: flex;
flex-flow: column;
font-size: 2em;
font-weight: bold;
justify-content: center;
margin-block-start: 33vh;
margin-block-end: 33vh;
}
figcaption {
max-width: 10em;
position: absolute;
top: 100vh;
padding: 5vmin;
font-family: monospace;
font-size: .5rem;
}