From a60e1696930a238fa2158fbb6d3d81e8b05b2b65 Mon Sep 17 00:00:00 2001
From: Phil Bajsicki <phil@bajsicki.com>
Date: Mon, 21 Apr 2025 14:13:03 +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 a25bf79..cc26d53 100644
--- a/assets/scss/tufte.scss
+++ b/assets/scss/tufte.scss
@@ -71,7 +71,7 @@ body {
     font-family: $mono-fonts;
     background-color: #151515;
     color: #ddd;
-    max-width: #{"min(80vw, 1200px)"};
+    max-width: #{"min(80vw)"};
 }
 
 h1, h2, h3 {
@@ -264,7 +264,7 @@ img {
 
 
 :root {
-    --sidenote-offset: calc(100% - 42.5%);
+    --sidenote-offset: calc(100% - 30%);
 }
 
 // .sidenote {