We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d039ea9 commit a30e1caCopy full SHA for a30e1ca
1 file changed
_sass/_06_typography.scss
@@ -324,17 +324,28 @@ mark {
324
/* Footnotes
325
------------------------------------------------------------------- */
326
327
+.footnotes:before {
328
+ content: "";
329
+ position: absolute;
330
+ height: 1px;
331
+ width: 60px;
332
+ margin-top: -10px;
333
+ border-bottom: 1px solid $grey-2;
334
+}
335
.footnotes {
336
margin-top: 60px;
337
}
338
.footnotes ol {
339
font-size: $font-size-small;
340
341
.footnotes p {
- font-size: inherit;
342
+ font-size: inherit;
343
+ margin-bottom: 0;
344
345
346
347
+
348
349
/* Icon Font
350
See the icon-set/preview in /assets/fonts/iconfont-preview.html
351
0 commit comments