Skip to content

Commit 6c74c2f

Browse files
reduced font size by factor 0.8 due to #97
1 parent fa702f6 commit 6c74c2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/cover-template.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
.page .title {
1515
color: #6D65AB;
16-
font-size: 77pt;
16+
font-size: 62pt;
1717
font-weight: bold;
1818
line-height: 90%;
1919
}
@@ -25,16 +25,16 @@
2525
position: relative;
2626
top: 100px;
2727
color: #FC7C77;
28-
font-size: 28pt;
28+
font-size: 22pt;
2929
font-weight: bold;
3030
}
3131
.page .version {
3232
position: relative;
3333
top: 150px;
34-
font-size: 14pt;
34+
font-size: 11pt;
3535
}
3636
.page .copyright {
37-
font-size: 11pt;
37+
font-size: 9pt;
3838
}
3939
.page .logo {
4040
position: absolute;

0 commit comments

Comments
 (0)