1
0
Fork 0
forked from mirrors/hugo-tufte
This commit is contained in:
Phil Bajsicki 2025-04-21 14:27:04 +02:00
parent 3b74c9b746
commit c363156345

View file

@ -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;