File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="zh ">
3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 ">
5
6
< title > {{ page.title }} — {{ site.name }}</ title >
6
7
< link rel ="alternate " type ="application/atom+xml " title ="Subscribe Feed " href ="/feed.xml ">
7
8
< link rel ="stylesheet " href ="/static/vendor.css ">
Original file line number Diff line number Diff line change 5
5
< html lang ="zh ">
6
6
< head >
7
7
< meta charset ="UTF-8 ">
8
+ < meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 ">
8
9
< title > {{ site.name }}</ title >
9
10
< link rel ="stylesheet " href ="/static/vendor.css ">
10
11
< link rel ="stylesheet " href ="/static/site.css ">
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ html, body {
6
6
box-sizing : border-box;
7
7
max-width : 860px ;
8
8
margin : 0 auto;
9
- padding : 20px 0 ;
9
+ padding : 20px 10 px ;
10
10
zoom : 1 ;
11
11
}
12
12
.container : after {
@@ -148,7 +148,7 @@ html, body {
148
148
149
149
/* Homepage */
150
150
.homepage {
151
- padding : 40px 0 ;
151
+ padding : 40px 10 px ;
152
152
}
153
153
.homepage a {
154
154
display : inline-block;
You can’t perform that action at this time.
0 commit comments