Fix up the display of the foot notes

This commit is contained in:
Tom Willemse 2023-07-26 16:45:06 -07:00
parent 5e6e4adefe
commit 409897a830
2 changed files with 11 additions and 10 deletions

View file

@ -110,3 +110,14 @@ pre {
p { margin: 0; }
p + p { margin: 1rem 0; }
.footdef {
display: grid;
grid-template-columns: auto 1fr;
margin-bottom: 0.5rem;
> p, > sup {
margin: 0;
margin-right: 5px;
}
}

View file

@ -56,16 +56,6 @@ p.footpara {
text-align: right;
}
.footdef {
display: grid;
grid-template-columns: auto 1fr;
> p {
margin: 0;
margin-right: 5px;
}
}
.org-src-container, .example {
overflow-x: auto;
}