File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ export const BLOG_NAME = 'Philip\'s blog'
5
5
export const HOME_PAGE = '/'
6
6
export const GITHUB = `https://github.com/${ GITHUB_USER } `
7
7
export const IMG_FILE_PREFIX = NODE_ENV === "production" ? `https://media.githubusercontent.com/media/${ GITHUB_USER } /blog/main/public/docs` : "http://localhost:3000/docs"
8
- export const POST_PRE_PAGE = 8
8
+ export const POST_PRE_PAGE = 10
9
9
export const CODE_LAB_PREFIX = `https://colab.research.google.com/github/${ GITHUB_USER } /blog/blob/main/public`
10
10
export const GITHUB_USER_CONTENT_PREFIX = `https://raw.githubusercontent.com/${ GITHUB_USER } /blog/main/public`
Original file line number Diff line number Diff line change 48
48
}
49
49
50
50
# MD p {
51
- line-height : 1.8 ;
52
- margin-bottom : 12 px ;
51
+ line-height : 2.2 ;
52
+ margin-bottom : 24 px ;
53
53
}
54
54
55
55
# MD .footer {
140
140
color : var (--text-3 );
141
141
padding-right : 2px ;
142
142
}
143
-
144
- # MD blockquote {
145
- position : relative;
146
- margin-top : 25px ;
147
- }
148
143
# MD blockquote ::before {
149
144
content : "! Note" ;
150
145
width : 100% ;
162
157
163
158
164
159
# MD blockquote {
160
+ position : relative;
161
+ margin-top : 16px ;
165
162
background-color : var (--support-3 );
166
163
font-size : smaller;
167
- margin-bottom : 12 px ;
164
+ margin-bottom : 34 px ;
168
165
padding : 8px ;
169
166
padding-left : 12px ;
170
167
vertical-align : middle;
Original file line number Diff line number Diff line change 1
1
# MD-Preview {
2
2
overflow : hidden;
3
- line-height : 1.5 ;
3
+ line-height : 2 ;
4
4
margin-top : -20px ;
5
5
color : var (--text-1 );
6
6
min-height : 80px
You can’t perform that action at this time.
0 commit comments