From a7443f1aff74290a125a550ceb5b2633f1eb6a85 Mon Sep 17 00:00:00 2001 From: Phil Bajsicki <phil@bajsicki.com> Date: Mon, 21 Apr 2025 14:36:36 +0200 Subject: [PATCH] Update --- assets/scss/tufte.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/assets/scss/tufte.scss b/assets/scss/tufte.scss index 54260da..8bb344b 100644 --- a/assets/scss/tufte.scss +++ b/assets/scss/tufte.scss @@ -305,11 +305,13 @@ img { line-height: 1.3; } -// 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 +// 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: 47.5%; - margin-right: -50%; + width: 77%; + margin-right: -132.75%; } .marginnote {