-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpage.css
63 lines (57 loc) · 944 Bytes
/
page.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
.Standfirst {
color: #4a4a4a;
font-family: "TimesDigital-Regular";
font-size: 18px;
line-height: 26px;
margin-top: 5px;
}
svg {
margin: 0 auto;
padding: 0px;
background-color: #f7f8f1;
display: flex;
}
.links {
margin-top: 3rem;
font-size: 1.5rem;
}
ul {
list-style: none;
}
li::before {
content: "♥ ";
position: absolute;
left: -10px;
}
li {
position: relative;
}
.Article-content {
margin-bottom: 2rem;
}
.Article-content p {
font-family: "TimesModern-Regular";
font-size: 1.2em;
color: #333;
}
a {
text-decoration: underline;
font-family: "TimesModern-Regular" !important;
}
.Byline > a:hover {
color: #ddd;
}
.Byline a {
text-decoration: none;
}
.Byline .Icon {
transform: translate(-3px, -2px);
}
@media screen and (max-width: 767px) {
.sidebar {
height: 9rem;
}
.wrapper {
margin-bottom: 3rem;
}
}