Skip to content

Commit b951c60

Browse files
committed
Tweak heading sizes
Fixes gh-42
1 parent 804374d commit b951c60

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/css/asciidoctor.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,27 +87,27 @@
8787
/* Headings */
8888

8989
.doc h1 {
90-
font-size: 2.1em;
90+
font-size: 2.3em;
9191
}
9292

9393
.doc h2 {
94-
font-size: 1.7em;
94+
font-size: 2.0em;
9595
}
9696

9797
.doc h3 {
98-
font-size: 1.6em;
98+
font-size: 1.7em;
9999
}
100100

101101
.doc h4 {
102-
font-size: 1.17em;
102+
font-size: 1.6em;
103103
}
104104

105105
.doc h5 {
106-
font-size: 1em;
106+
font-size: 1.4em;
107107
}
108108

109109
.doc h6 {
110-
font-size: 0.83em;
110+
font-size: 1.3em;
111111
}
112112

113113
.doc h1,

0 commit comments

Comments
 (0)