From 0598a404b5ecbbcef179d7c976891c9810945ae7 Mon Sep 17 00:00:00 2001 From: Fengda HUANG Date: Sat, 24 Oct 2015 17:15:36 +0800 Subject: [PATCH] layout adjust --- style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 7195e04..be29187 100644 --- a/style.css +++ b/style.css @@ -32,7 +32,7 @@ a img { } p { - margin-bottom: 20px; + margin-bottom: 12px; } h1, @@ -46,8 +46,10 @@ h6 { } h1 { - margin-bottom: 18px; + margin-bottom: 32px; + margin-top: 32px; font-size: 30px; + color: #0050a3; } h1 a { @@ -57,10 +59,12 @@ h1 a { h2 { font-size: 24px; + margin-bottom: 28px; } h3 { font-size: 18px; + margin-bottom: 24px; } h4 { @@ -82,8 +86,8 @@ hr { } blockquote { - padding: 13px 13px 21px 15px; - margin-bottom: 18px; + padding: 2px 13px 21px 2px; + margin-bottom: 12px; font-family: georgia,serif; font-style: italic; }