-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrss.css
More file actions
59 lines (48 loc) · 692 Bytes
/
rss.css
File metadata and controls
59 lines (48 loc) · 692 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
* {
box-sizing: border-box;
font-family: sans-serif;
line-height: 1.4;
margin: 0;
padding: 0;
}
html {
background: #FFFFFF;
color: #212529;
}
body {
padding: 1.5rem;
}
a {
color: #337ab7;
}
a:hover {
color: #296292;
}
main, header {
margin-block-end: 3rem;
margin-inline: auto;
max-inline-size: 80ch;
}
article {
margin-block-end: 3rem;
}
h1 {
font-size: 2.5rem;
line-height: 1.2;
margin-block: 1rem;
}
h2 {
font-size: 2rem;
margin-block: 2rem;
}
h3 {
font-size: 1.75rem;
margin-block: 1rem;
}
p {
font-size: 1.25rem;
margin-block-end: 1rem;
}
small {
font-size: 1rem;
}