Skip to content

Commit 440456a

Browse files
author
robertmyslivecek
committed
Fix footers
1 parent 7d35060 commit 440456a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/css/compiled.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,8 @@ sup .footnote::after {
543543

544544
.footnotes {
545545
position: relative;
546+
margin-bottom: -1.5rem;
547+
padding-bottom: 1.5rem;
546548
}
547549
.footnotes .footnote-title {
548550
padding-top: 1.5rem;
@@ -558,6 +560,9 @@ sup .footnote::after {
558560
background: #F2F4F8;
559561
z-index: -1;
560562
}
563+
.footnotes ol {
564+
margin-bottom: 0;
565+
}
561566
.footnotes ol li {
562567
font-family: "IBM Plex Sans";
563568
font-size: 0.875rem;

0 commit comments

Comments
 (0)