1
0
Fork 0
forked from mirrors/hugo-tufte
This commit is contained in:
Phil Bajsicki 2025-04-21 14:13:03 +02:00
parent cfcfe4d3e0
commit a60e169693

View file

@ -71,7 +71,7 @@ body {
font-family: $mono-fonts; font-family: $mono-fonts;
background-color: #151515; background-color: #151515;
color: #ddd; color: #ddd;
max-width: #{"min(80vw, 1200px)"}; max-width: #{"min(80vw)"};
} }
h1, h2, h3 { h1, h2, h3 {
@ -264,7 +264,7 @@ img {
:root { :root {
--sidenote-offset: calc(100% - 42.5%); --sidenote-offset: calc(100% - 30%);
} }
// .sidenote { // .sidenote {