-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.css
More file actions
36 lines (36 loc) · 694 Bytes
/
Copy pathlayout.css
File metadata and controls
36 lines (36 loc) · 694 Bytes
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
html {
font-size: 10px;
-webkit-text-size-adjust: 100%;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
a {
text-decoration: none;
}
body {
background-color: #f7f7f7;
font-family: "Segoe UI", "Lucida Grande", Helvetica, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
body .blog {
max-width: 1170px;
min-height: 100vh;
background-color: #fff;
margin: 0 auto;
}
body .blog .content {
box-sizing: border-box;
max-width: 770px;
width: 100%;
padding: 80px 10px 10px;
margin: 0 auto;
}