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 {
|
:root {
|
||||||
--sidenote-offset: calc(100% - 30%);
|
--sidenote-offset: calc(100% - 90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
// .sidenote {
|
// .sidenote {
|
||||||
|
@ -290,8 +290,8 @@ img {
|
||||||
clear: both;
|
clear: both;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
width: 80%;
|
width: 47.5%;
|
||||||
margin-right: -90%;
|
margin-right: -50%;
|
||||||
|
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
|
@ -543,7 +543,7 @@ label.marginnote-ind {
|
||||||
float: left;
|
float: left;
|
||||||
left: 1rem;
|
left: 1rem;
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 34%;
|
width: 95%;
|
||||||
margin: 1rem 2.5%;
|
margin: 1rem 2.5%;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Add table
Reference in a new issue