Skip to content

Commit 80da2f0

Browse files
committed
Appendix A: style adjustments
1 parent f444a1f commit 80da2f0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

materials/appendixA/styles.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,15 @@ img {
5858
font-style: normal;
5959
font-size: 34px;
6060
line-height: 1.15;
61-
margin-top: 0px;
61+
margin-top: 25px;
6262
}
6363

6464
h2 {
6565
font-family: 'Montserrat', "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
6666
font-weight: 700;
6767
font-style: normal;
6868
font-size: 28px;
69+
margin-top: 45px;
6970
}
7071

7172
h3 {
@@ -74,6 +75,7 @@ h3 {
7475
font-style: normal;
7576
font-size: 23px;
7677
color: #222222;
78+
margin-top: 45px;
7779
}
7880

7981
h4 {
@@ -82,11 +84,12 @@ h4 {
8284
font-style: normal;
8385
font-size: 18px;
8486
color: #333333;
87+
margin-top: 45px;
8588
}
8689

8790
hr {
8891
margin-top: 52px;
89-
margin-bottom: 42px;
92+
margin-bottom: 45px;
9093
display: block;
9194
border: 0;
9295
text-align: center;
@@ -137,7 +140,7 @@ main {
137140
#content {
138141
max-width: 800px;
139142
margin: auto;
140-
padding: 40px 10px 10px 10px;
143+
padding: 1px 10px 10px 10px;
141144
}
142145

143146
nav {
@@ -246,7 +249,7 @@ th {
246249
border-top: solid 2px #999;
247250
border-bottom: solid 2px #999;
248251
padding: 5px 10px;
249-
margin: 5px;
252+
margin: 25px 10px;
250253
}
251254

252255
.note p {

0 commit comments

Comments
 (0)