-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarkdown.scss
66 lines (66 loc) · 1.12 KB
/
markdown.scss
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
---
---
.markdown {
container {
padding: 20px !important;
}
h1 {
font-size: 28px;
font-weight: 500;
text-align: left;
border-bottom: 2px solid lightgray;
scroll-margin-top: 80px;
}
h2 {
font-size: 22px;
font-weight: 500;
text-align: left;
border-bottom: 2px solid lightgray;
scroll-margin-top: 80px;
}
h3 {
font-size: 18px;
font-weight: 500;
text-align: left;
scroll-margin-top: 80px;
}
h4 {
font-size: 16px;
font-weight: 500;
text-align: left;
scroll-margin-top: 80px;
}
img {
margin-right: 4px;
margin-bottom: 4px;
max-height: 350px;
}
}
.toc {
float: right;
width: fir-contents;
max-width: 400px;
background: #fbfbfb;
border: 2px solid lightgray;
box-shadow: 0px 0px 0px 10px #ffffff;
margin-block-start: 10px;
margin-block-end: 10px;
padding: 14px;
box-sizing: border-box;
@media (max-width: 600px) {
width: 100%;
max-width: 100%;
margin-bottom: 30px;
}
p {
text-align: center;
font-weight: 600;
}
ol {
padding-inline-start: 18px;
margin: 0;
}
li {
margin: 2px 0;
}
}