From c2d8f99bdcef2d783ae144eb6ddb526f2ab77daf Mon Sep 17 00:00:00 2001 From: Phil Bajsicki <phil@bajsicki.com> Date: Mon, 21 Apr 2025 14:18:18 +0200 Subject: [PATCH] Update --- assets/scss/tufte.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/assets/scss/tufte.scss b/assets/scss/tufte.scss index 687df74..857a568 100644 --- a/assets/scss/tufte.scss +++ b/assets/scss/tufte.scss @@ -318,7 +318,7 @@ li .sidenote { width: auto; position: absolute; - left: 65%; + left: 57.5%; right: 2.5%; border-style: solid; @@ -393,7 +393,7 @@ div.table-wrapper-small, div.supertable-wrapper > p, div.booktabs-wrapper { // width: #{"min(55%, 770px)"}; - width: 50%; + width: 66%; } footer { @@ -470,9 +470,6 @@ pre.code { overflow-x: scroll; } - - - .fullwidth { max-width: 90%; clear: both;