fix footnotes
This commit is contained in:
parent
c70b4890f8
commit
17517f3ee8
2 changed files with 32 additions and 1 deletions
|
|
@ -25,11 +25,17 @@
|
|||
}
|
||||
|
||||
h1,
|
||||
h1 *,
|
||||
h2,
|
||||
h2 *,
|
||||
h3,
|
||||
h3 *,
|
||||
h4,
|
||||
h4 *,
|
||||
h5,
|
||||
p {
|
||||
h5 *,
|
||||
p,
|
||||
p * {
|
||||
font-weight: var(--font-weight-light);
|
||||
line-height: 1;
|
||||
}
|
||||
|
|
@ -156,6 +162,14 @@ article p:not(:last-child) {
|
|||
margin-bottom: var(--unit--vertical);
|
||||
}
|
||||
|
||||
.footnote,
|
||||
.footnote * {
|
||||
scroll-margin-block-start: calc(var(--unit--vertical) * 6);
|
||||
color: var(--color-secondary);
|
||||
text-decoration: none !important;
|
||||
font-weight: var(--font-weight-bold) !important;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
.title-center {
|
||||
margin-left: calc(2 * var(--unit--horizontal));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue