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 { :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;