From 5d24436edbec91039bf96101de6b7b0c89e2df65 Mon Sep 17 00:00:00 2001 From: Phil Bajsicki <phil@bajsicki.com> Date: Mon, 21 Apr 2025 14:32:46 +0200 Subject: [PATCH] Update --- assets/scss/tufte.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scss/tufte.scss b/assets/scss/tufte.scss index 6b830d7..54260da 100644 --- a/assets/scss/tufte.scss +++ b/assets/scss/tufte.scss @@ -308,8 +308,8 @@ img { // there's a difference in how sidenotes are rendered from a list vs a paragraph // this is an eyeball approximation, it's close enough for me so leaving like this li .sidenote { - width: 98%; - margin-right: -121.8%; + width: 47.5%; + margin-right: -50%; } .marginnote {