-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathretro.css
67 lines (54 loc) · 1.02 KB
/
retro.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
67
* {
margin: 0;
padding: 0;
}
div#retro-container h1 {
margin: 2.8em 0 0 0;
}
div#retro-container p,
div#retro-container img {
margin: 1.4em 0 0 0;
}
div#retro-container {
font-size: 16px;
line-height: 1.4;
margin-bottom: 3em;
}
div#retro-masthead-div {
text-align: center;
}
div#retro-container h1 {
font-weight: bold;
font-size: 1em;
}
div.retro-quote-div {
padding: 2.8em 1.4em 0 1.4em;
font-size: 1em;
}
@media (max-width: 768px) {
div.retro-quote-div {
padding-right: 1.4em;
padding-left: 1.4em;
}
}
/* Optional, to make the centre gutter wider:
@media (min-width: 768px) {
div.retro-quote-div:nth-child(odd) {
padding-right: 2.5em;
}
div.retro-quote-div:nth-child(even) {
padding-left: 2.5em;
}
}
*/
div.retro-content-div {
/* text-align: justify;
text-justify: distribute; */
}
div.retro-citation-div {
margin-top: 1.4em;
font-style: italic;
}
span.retro-title-span {
text-decoration: underline;
}