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 {