Skip to content

Commit a30e1ca

Browse files
committed
1 parent d039ea9 commit a30e1ca

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

_sass/_06_typography.scss

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,17 +324,28 @@ mark {
324324
/* Footnotes
325325
------------------------------------------------------------------- */
326326

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+
}
327335
.footnotes {
328336
margin-top: 60px;
329337
}
330338
.footnotes ol {
331339
font-size: $font-size-small;
332340
}
333341
.footnotes p {
334-
font-size: inherit;
342+
font-size: inherit;
343+
margin-bottom: 0;
335344
}
336345

337346

347+
348+
338349
/* Icon Font
339350
See the icon-set/preview in /assets/fonts/iconfont-preview.html
340351
------------------------------------------------------------------- */

0 commit comments

Comments
 (0)