forked from mirrors/hugo-tufte
Update
This commit is contained in:
parent
5d24436edb
commit
a7443f1aff
1 changed files with 6 additions and 4 deletions
|
@ -305,11 +305,13 @@ img {
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
// there's a difference in how sidenotes are rendered from a list vs a paragraph
|
// there's a difference in how sidenotes are rendered from a list
|
||||||
// this is an eyeball approximation, it's close enough for me so leaving like this
|
// vs a paragraph this is an eyeball approximation,
|
||||||
|
//it's close enough for me so leaving like this
|
||||||
|
|
||||||
li .sidenote {
|
li .sidenote {
|
||||||
width: 47.5%;
|
width: 77%;
|
||||||
margin-right: -50%;
|
margin-right: -132.75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.marginnote {
|
.marginnote {
|
||||||
|
|
Loading…
Add table
Reference in a new issue