-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathposts.css
58 lines (49 loc) · 893 Bytes
/
posts.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
.content p {
font-family: Jetbrains Mono;
letter-spacing: 0;
font-size: larger;
line-height: 1.8rem;
padding-bottom: 0.5rem;
}
.content {
width: 80%;
margin: auto;
padding-bottom: 8rem;
}
.content a {
text-decoration: underline;
border-spacing: 0.1rem;
}
.content p:last-child {
margin-top: 3rem;
}
h1 {
margin-bottom: 1rem;
margin-top: 5rem;
}
.stars {
text-align: center;
font-size: 1.6rem;
}
.headerimg {
width: 100%;
display: block;
margin: auto;
margin-bottom: 3rem;
margin-top: 3rem;
}
.postimg {
width: 100%;
display: block;
margin: auto;
padding-bottom: 1.5rem;
padding-top: 1rem;
}
.home p {
font-family: Blackout;
letter-spacing: 0.25rem;
text-align: end;
}
.home {
text-decoration: none !important;
}