chore: css cleanup

This commit is contained in:
Cory Dransfeldt 2024-07-01 13:25:45 -07:00
parent 2aa3af7c93
commit e30582d502
No known key found for this signature in database
13 changed files with 108 additions and 114 deletions

View file

@ -1,8 +1,8 @@
.book-entry {
display: flex;
flex-direction: column;
gap: var(--sizing-sm);
align-items: center;
gap: var(--sizing-sm);
&:last-of-type {
border-bottom: 0;

View file

@ -1,18 +1,18 @@
.footnotes-list {
margin-bottom: 0;
padding-left: 0;
& li:last-child {
margin-bottom: 0;
}
}
.footnotes {
padding-bottom: var(--sizing-base);
}
.footnote-item > p {
display: inline;
& .footnotes-list {
margin-bottom: 0;
padding-left: 0;
& li:last-child {
margin-bottom: 0;
}
& .footnote-item > p {
display: inline;
}
}
}
sup.footnote-ref {
@ -22,8 +22,4 @@ sup.footnote-ref {
sup.footnote-ref a,
.footnote-backref {
text-decoration: none;
}
.footnotes + .banner {
margin-top: 0 !important;
}