We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632542b commit 356bca7Copy full SHA for 356bca7
css/app.css
@@ -114,6 +114,8 @@ body {
114
line-height:1.3rem;
115
116
/* border: 1px solid black; */
117
+
118
+ counter-reset: section;
119
}
120
121
@media (min-width: 40rem) {
@@ -167,6 +169,12 @@ body {
167
169
text-align: left;
168
170
171
border-top: 2px solid #666;
172
173
+ counter-increment: section;
174
+}
175
176
+#content h2:before {
177
+ content: counters(section, ".") " ";
178
179
180
#content h3 {
0 commit comments