Skip to content

Commit 66a3c2f

Browse files
committed
tweak ebook title sizes
1 parent 43e6476 commit 66a3c2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

theme/static/css/base.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ table{border-collapse:collapse;border-spacing:0}
1212
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue","Arial Narrow Bold",sans-serif;font-weight:500;line-height:1.1;color:#000}
1313
h1,h2,h3{margin-top:32px;margin-bottom:6px}
1414
h4,h5,h6{margin-top:10.5px;margin-bottom:10.5px}
15-
h1,.h1{font-size:28px}
16-
h2,.h2{font-size:28px}
17-
h3,.h3{font-size:22px}
15+
h1,.h1{font-size:26px}
16+
h2,.h2{font-size:22px}
17+
h3,.h3{font-size:18px}
1818
h4,.h4{font-size:18px}
1919
h5,.h5{font-size:14px}
2020
h6,.h6{font-size:13px}
@@ -59,7 +59,7 @@ img.shot{width:100%;margin:6px 0 6px 0}
5959
}
6060
@page {
6161
@top {text-align:right;font-size:9pt;
62-
content:"Full Stack Python: April 2018 Edition"}
62+
content:"Full Stack Python: May 2018 Edition"}
6363
@bottom { text-align: right; font-size: 9pt; content: counter(page) }
6464
margin: 0.9in;
6565
size: A4;

0 commit comments

Comments
 (0)