forked from mirrors/hugo-tufte
Update
This commit is contained in:
parent
3b74c9b746
commit
c363156345
1 changed files with 4 additions and 4 deletions
|
@ -264,7 +264,7 @@ img {
|
|||
|
||||
|
||||
:root {
|
||||
--sidenote-offset: calc(100% - 30%);
|
||||
--sidenote-offset: calc(100% - 90%);
|
||||
}
|
||||
|
||||
// .sidenote {
|
||||
|
@ -290,8 +290,8 @@ img {
|
|||
clear: both;
|
||||
position: relative;
|
||||
|
||||
width: 80%;
|
||||
margin-right: -90%;
|
||||
width: 47.5%;
|
||||
margin-right: -50%;
|
||||
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
|
@ -543,7 +543,7 @@ label.marginnote-ind {
|
|||
float: left;
|
||||
left: 1rem;
|
||||
clear: both;
|
||||
width: 34%;
|
||||
width: 95%;
|
||||
margin: 1rem 2.5%;
|
||||
vertical-align: baseline;
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Reference in a new issue