layout adjust

This commit is contained in:
Fengda HUANG 2015-10-24 17:15:36 +08:00
parent d53f1c9a17
commit 0598a404b5

View file

@ -32,7 +32,7 @@ a img {
} }
p { p {
margin-bottom: 20px; margin-bottom: 12px;
} }
h1, h1,
@ -46,8 +46,10 @@ h6 {
} }
h1 { h1 {
margin-bottom: 18px; margin-bottom: 32px;
margin-top: 32px;
font-size: 30px; font-size: 30px;
color: #0050a3;
} }
h1 a { h1 a {
@ -57,10 +59,12 @@ h1 a {
h2 { h2 {
font-size: 24px; font-size: 24px;
margin-bottom: 28px;
} }
h3 { h3 {
font-size: 18px; font-size: 18px;
margin-bottom: 24px;
} }
h4 { h4 {
@ -82,8 +86,8 @@ hr {
} }
blockquote { blockquote {
padding: 13px 13px 21px 15px; padding: 2px 13px 21px 2px;
margin-bottom: 18px; margin-bottom: 12px;
font-family: georgia,serif; font-family: georgia,serif;
font-style: italic; font-style: italic;
} }