Skip to content

Commit 0598a40

Browse files
committed
layout adjust
1 parent d53f1c9 commit 0598a40

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

style.css

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ a img {
3232
}
3333

3434
p {
35-
margin-bottom: 20px;
35+
margin-bottom: 12px;
3636
}
3737

3838
h1,
@@ -46,8 +46,10 @@ h6 {
4646
}
4747

4848
h1 {
49-
margin-bottom: 18px;
49+
margin-bottom: 32px;
50+
margin-top: 32px;
5051
font-size: 30px;
52+
color: #0050a3;
5153
}
5254

5355
h1 a {
@@ -57,10 +59,12 @@ h1 a {
5759

5860
h2 {
5961
font-size: 24px;
62+
margin-bottom: 28px;
6063
}
6164

6265
h3 {
6366
font-size: 18px;
67+
margin-bottom: 24px;
6468
}
6569

6670
h4 {
@@ -82,8 +86,8 @@ hr {
8286
}
8387

8488
blockquote {
85-
padding: 13px 13px 21px 15px;
86-
margin-bottom: 18px;
89+
padding: 2px 13px 21px 2px;
90+
margin-bottom: 12px;
8791
font-family: georgia,serif;
8892
font-style: italic;
8993
}

0 commit comments

Comments
 (0)